KerberosSecurityTokenProvider Class
Assembly: System.IdentityModel (in system.identitymodel.dll)
'Declaration Public Class KerberosSecurityTokenProvider Inherits SecurityTokenProvider 'Usage Dim instance As KerberosSecurityTokenProvider
public class KerberosSecurityTokenProvider extends SecurityTokenProvider
public class KerberosSecurityTokenProvider extends SecurityTokenProvider
Not applicable.
In most instances the KerberosSecurityTokenProvider class doesn't need to be called directly, as it is called when a client sends a SOAP message that requires a KerberosRequestorSecurityToken security token. Specifically, a client specifies the type of security token needed using the ClientCredentials class and the ClientCredentials class calls the GetToken method to get a security token. When the security token needed is a KerberosRequestorSecurityToken security token, the GetToken method calls the GetTokenCore method.
System.IdentityModel.Selectors.SecurityTokenProvider
System.IdentityModel.Selectors.KerberosSecurityTokenProvider
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.