Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WCF / IdentityModel / System / IdentityModel / Selectors / KerberosSecurityTokenAuthenticator.cs / 1305376 / KerberosSecurityTokenAuthenticator.cs
//------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
//-----------------------------------------------------------
namespace System.IdentityModel.Selectors
{
using System.IdentityModel.Tokens;
public class KerberosSecurityTokenAuthenticator : WindowsSecurityTokenAuthenticator
{
public KerberosSecurityTokenAuthenticator()
{
}
public KerberosSecurityTokenAuthenticator(bool includeWindowsGroups)
: base(includeWindowsGroups)
{
}
protected override bool CanValidateTokenCore(SecurityToken token)
{
return token is KerberosReceiverSecurityToken;
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
//-----------------------------------------------------------
namespace System.IdentityModel.Selectors
{
using System.IdentityModel.Tokens;
public class KerberosSecurityTokenAuthenticator : WindowsSecurityTokenAuthenticator
{
public KerberosSecurityTokenAuthenticator()
{
}
public KerberosSecurityTokenAuthenticator(bool includeWindowsGroups)
: base(includeWindowsGroups)
{
}
protected override bool CanValidateTokenCore(SecurityToken token)
{
return token is KerberosReceiverSecurityToken;
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SqlClientPermission.cs
- ExpressionConverter.cs
- HtmlElement.cs
- FormsAuthenticationUserCollection.cs
- PackagePart.cs
- SourceCollection.cs
- LocatorBase.cs
- RootBrowserWindow.cs
- RemoteCryptoRsaServiceProvider.cs
- webclient.cs
- TimeoutHelper.cs
- SQLDecimal.cs
- HttpApplicationFactory.cs
- OutputCacheModule.cs
- AdRotator.cs
- SystemUnicastIPAddressInformation.cs
- DataGridState.cs
- SoapFormatterSinks.cs
- WebAdminConfigurationHelper.cs
- SoapEnumAttribute.cs
- InternalPolicyElement.cs
- ConfigXmlComment.cs
- ReachSerializableProperties.cs
- ADMembershipUser.cs
- NavigationPropertyEmitter.cs
- MetadataItemEmitter.cs
- SqlBulkCopyColumnMappingCollection.cs
- WizardForm.cs
- MouseBinding.cs
- RuntimeConfigLKG.cs
- ValidatorCollection.cs
- DataSetUtil.cs
- ChameleonKey.cs
- RequestQueue.cs
- TextElementEditingBehaviorAttribute.cs
- OracleConnectionFactory.cs
- SiblingIterators.cs
- TextSelectionHighlightLayer.cs
- PropertyToken.cs
- SrgsRulesCollection.cs
- Evaluator.cs
- CommonGetThemePartSize.cs
- XmlDataDocument.cs
- GeneralTransform.cs
- EntityDataSourceWrapperCollection.cs
- ISCIIEncoding.cs
- DataGridViewRowPrePaintEventArgs.cs
- COM2IProvidePropertyBuilderHandler.cs
- DebugHandleTracker.cs
- XmlSchemaSimpleTypeRestriction.cs
- PageCatalogPartDesigner.cs
- Maps.cs
- _DisconnectOverlappedAsyncResult.cs
- WpfKnownMemberInvoker.cs
- XPathQueryGenerator.cs
- DoubleLinkListEnumerator.cs
- MaskInputRejectedEventArgs.cs
- MarkupCompilePass1.cs
- Int32Rect.cs
- RemotingAttributes.cs
- xml.cs
- StringBuilder.cs
- entitydatasourceentitysetnameconverter.cs
- ServiceDebugElement.cs
- RectangleGeometry.cs
- OletxResourceManager.cs
- SchemaAttDef.cs
- Vector3DIndependentAnimationStorage.cs
- CustomExpression.cs
- ProfilePropertySettings.cs
- DCSafeHandle.cs
- ActivityInterfaces.cs
- TypedAsyncResult.cs
- FloatUtil.cs
- WebPartMenuStyle.cs
- VectorCollectionConverter.cs
- BaseParagraph.cs
- SqlDataSourceSelectingEventArgs.cs
- Boolean.cs
- FlagPanel.cs
- PathNode.cs
- DataGridPagerStyle.cs
- CorrelationService.cs
- ZipIOFileItemStream.cs
- Encoder.cs
- UseAttributeSetsAction.cs
- Helper.cs
- QfeChecker.cs
- webclient.cs
- PropertyOrder.cs
- ModelUIElement3D.cs
- ChannelSettingsElement.cs
- RoleManagerSection.cs
- XmlSchemaSubstitutionGroup.cs
- Vector3DKeyFrameCollection.cs
- ByteBufferPool.cs
- CheckBoxBaseAdapter.cs
- HashAlgorithm.cs
- initElementDictionary.cs
- ObjectSecurity.cs