KerberosRequestorSecurityToken Class
Represents a security token that is based upon a Kerberos ticket that is sent in an SOAP request.
System.IdentityModel.Tokens::SecurityToken
System.IdentityModel.Tokens::KerberosRequestorSecurityToken
Assembly: System.IdentityModel (in System.IdentityModel.dll)
The KerberosRequestorSecurityToken type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | KerberosRequestorSecurityToken(String) | Initializes a new instance of the KerberosRequestorSecurityToken class using a service that is associated with the specified service principal name. |
![]() | KerberosRequestorSecurityToken(String, TokenImpersonationLevel, NetworkCredential, String) | Initializes a new instance of the KerberosRequestorSecurityToken class. |
| Name | Description | |
|---|---|---|
![]() | Id | Gets a unique identifier of the security token. (Overrides SecurityToken::Id.) |
![]() | SecurityKey | Gets the symmetric session key for the Kerberos ticket that is associated with this security token. |
![]() | SecurityKeys | Gets the cryptographic keys associated with the security token. (Overrides SecurityToken::SecurityKeys.) |
![]() | ServicePrincipalName | Gets the service principal name for the KerberosRequestorSecurityToken security token. |
![]() | ValidFrom | Gets the first instant in time at which this security token is valid. (Overrides SecurityToken::ValidFrom.) |
![]() | ValidTo | Gets the last instant in time at which this security token is valid. (Overrides SecurityToken::ValidTo.) |
| Name | Description | |
|---|---|---|
![]() | CanCreateKeyIdentifierClause<T> | Gets a value that indicates whether this security token is capable of creating the specified key identifier. (Overrides SecurityToken::CanCreateKeyIdentifierClause<T>().) |
![]() | CreateKeyIdentifierClause<T> | Creates the specified key identifier clause. (Overrides SecurityToken::CreateKeyIdentifierClause<T>().) |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetRequest | Gets the Kerberos ticket request. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MatchesKeyIdentifierClause | Returns a value that indicates whether the key identifier for this instance matches the specified key identifier. (Overrides SecurityToken::MatchesKeyIdentifierClause(SecurityKeyIdentifierClause).) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ResolveKeyIdentifierClause | Gets the key for the specified key identifier clause. (Inherited from SecurityToken.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.


