Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Keywords.cs
- BufferedMessageWriter.cs
- RepeaterItem.cs
- XamlFigureLengthSerializer.cs
- UIElementAutomationPeer.cs
- dataobject.cs
- WebConvert.cs
- QuadraticBezierSegment.cs
- NumberFormatInfo.cs
- SqlPersonalizationProvider.cs
- PageCatalogPart.cs
- XmlSerializationGeneratedCode.cs
- EntityCommand.cs
- TextRunCache.cs
- ListViewTableCell.cs
- PresentationTraceSources.cs
- CompilerError.cs
- SiteIdentityPermission.cs
- NavigationPropertyEmitter.cs
- KeyGesture.cs
- ScrollBarAutomationPeer.cs
- StrongNameKeyPair.cs
- ExpressionCopier.cs
- DataGridViewCellValueEventArgs.cs
- AppDomain.cs
- PerfService.cs
- PersonalizationStateInfoCollection.cs
- AnimationTimeline.cs
- cookieexception.cs
- FormsAuthenticationCredentials.cs
- NominalTypeEliminator.cs
- FormViewInsertedEventArgs.cs
- IdnElement.cs
- DynamicILGenerator.cs
- CodeArrayIndexerExpression.cs
- TemplateComponentConnector.cs
- XsltContext.cs
- TypeLoadException.cs
- CmsInterop.cs
- AppSettingsSection.cs
- AffineTransform3D.cs
- DrawingGroup.cs
- PeerChannelFactory.cs
- FixedSOMLineCollection.cs
- Profiler.cs
- IntSecurity.cs
- SmtpAuthenticationManager.cs
- StyleCollection.cs
- StringBuilder.cs
- SourceFileInfo.cs
- PeerHopCountAttribute.cs
- UIElementPropertyUndoUnit.cs
- StorageConditionPropertyMapping.cs
- ApplicationException.cs
- _Semaphore.cs
- HMACSHA256.cs
- WindowsScrollBarBits.cs
- BitmapEffectInput.cs
- DescendantOverDescendantQuery.cs
- HelpInfo.cs
- Stylus.cs
- UrlPath.cs
- SynchronizationContext.cs
- PrinterSettings.cs
- NeutralResourcesLanguageAttribute.cs
- ExtractedStateEntry.cs
- VisualBasicReference.cs
- ObjectStateEntryOriginalDbUpdatableDataRecord.cs
- Fault.cs
- WebPartRestoreVerb.cs
- control.ime.cs
- LeafCellTreeNode.cs
- ExpandSegment.cs
- Rect.cs
- EventHandlersStore.cs
- StrongTypingException.cs
- ViewStateException.cs
- SectionUpdates.cs
- InvalidOleVariantTypeException.cs
- CompareValidator.cs
- ProcessModule.cs
- GeneralTransformGroup.cs
- WmlLiteralTextAdapter.cs
- DBSqlParserTableCollection.cs
- UnsafeNativeMethods.cs
- GroupQuery.cs
- DeferredTextReference.cs
- DbMetaDataColumnNames.cs
- _SpnDictionary.cs
- ObjectViewListener.cs
- RegexBoyerMoore.cs
- BuildDependencySet.cs
- WizardForm.cs
- Wow64ConfigurationLoader.cs
- DependencyObjectValidator.cs
- EnumConverter.cs
- WebPartConnectionsEventArgs.cs
- NamedPermissionSet.cs
- ClientSideQueueItem.cs
- ProviderBase.cs