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
- Byte.cs
- TextTreeTextNode.cs
- InitializingNewItemEventArgs.cs
- MetabaseServerConfig.cs
- Page.cs
- WmlPanelAdapter.cs
- StrongNameMembershipCondition.cs
- CodeIndexerExpression.cs
- ThemeInfoAttribute.cs
- Interlocked.cs
- ProcessModuleDesigner.cs
- ValueTable.cs
- MultiTrigger.cs
- HwndSubclass.cs
- ListViewSelectEventArgs.cs
- IDReferencePropertyAttribute.cs
- ApplicationActivator.cs
- SmiEventSink.cs
- SmiSettersStream.cs
- RtType.cs
- ItemChangedEventArgs.cs
- LambdaCompiler.cs
- LocatorPart.cs
- MimeFormatter.cs
- DesignerActionMethodItem.cs
- SecurityDescriptor.cs
- PointValueSerializer.cs
- WorkflowServiceHostFactory.cs
- ItemAutomationPeer.cs
- SimpleMailWebEventProvider.cs
- PenLineCapValidation.cs
- ConvertEvent.cs
- PageParser.cs
- SystemColors.cs
- FillRuleValidation.cs
- Queue.cs
- FormatException.cs
- CodeGroup.cs
- InputReportEventArgs.cs
- SaveWorkflowAsyncResult.cs
- List.cs
- AuthenticationException.cs
- EntryWrittenEventArgs.cs
- DecimalKeyFrameCollection.cs
- FixedPageStructure.cs
- Rotation3DAnimation.cs
- RegexCharClass.cs
- ReliabilityContractAttribute.cs
- XmlRawWriter.cs
- COAUTHIDENTITY.cs
- Attributes.cs
- InfocardClientCredentials.cs
- TakeOrSkipWhileQueryOperator.cs
- SynchronizedInputPattern.cs
- WpfXamlLoader.cs
- GridEntryCollection.cs
- LayoutInformation.cs
- CodeLabeledStatement.cs
- WindowsListView.cs
- ConstructorArgumentAttribute.cs
- GenerateScriptTypeAttribute.cs
- ClientTargetSection.cs
- DecimalAnimation.cs
- AuthenticateEventArgs.cs
- HtmlTitle.cs
- TemplatingOptionsDialog.cs
- IFlowDocumentViewer.cs
- StringOutput.cs
- LassoSelectionBehavior.cs
- ChameleonKey.cs
- PropertyDescriptor.cs
- PointCollection.cs
- COM2IVsPerPropertyBrowsingHandler.cs
- CompatibleComparer.cs
- AuthenticationSection.cs
- SqlBulkCopyColumnMappingCollection.cs
- ValueTable.cs
- PeerOutputChannel.cs
- RecognizedWordUnit.cs
- ConstructorBuilder.cs
- Logging.cs
- ISFTagAndGuidCache.cs
- FontFamily.cs
- FileDialogCustomPlace.cs
- DoubleLink.cs
- Inline.cs
- CardSpaceShim.cs
- TreeView.cs
- DateTimeUtil.cs
- CompilerResults.cs
- SystemThemeKey.cs
- TableLayoutPanelCellPosition.cs
- FrameworkElement.cs
- CodeMemberField.cs
- DESCryptoServiceProvider.cs
- BulletDecorator.cs
- EnterpriseServicesHelper.cs
- NavigateEvent.cs
- DataGridViewRowHeightInfoNeededEventArgs.cs
- CacheRequest.cs