KerberosRequestorSecurityToken Class
Represents a security token that is based upon a Kerberos ticket that is sent in an SOAP request.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
Typically, application developers do not need to use the KerberosRequestorSecurityToken class, unless a Web service must get the service principal name associated with the Kerberos ticket. To get the value of the service principal name, get the value of the ServicePrincipalName property.
There are two classes that represent security tokens that are based upon a Kerberos ticket: KerberosRequestorSecurityToken and KerberosReceiverSecurityToken. The KerberosRequestorSecurityToken security token is used by clients that use the KerberosRequestorSecurityToken security token in an outgoing SOAP messages, whereas the KerberosReceiverSecurityToken security token is used by a Web service that receives SOAP messages that contain the security token.
System.IdentityModel.Tokens.SecurityToken
System.IdentityModel.Tokens.KerberosRequestorSecurityToken
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.