KerberosReceiverSecurityToken Class
Represents a security token that is based upon a Kerberos ticket that is received in a SOAP message.
System.IdentityModel.Tokens::SecurityToken
System.IdentityModel.Tokens::WindowsSecurityToken
System.IdentityModel.Tokens::KerberosReceiverSecurityToken
Assembly: System.IdentityModel (in System.IdentityModel.dll)
The KerberosReceiverSecurityToken type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | KerberosReceiverSecurityToken(array<Byte>) | Initializes a new instance of the KerberosReceiverSecurityToken class using the specified Kerberos ticket. |
![]() | KerberosReceiverSecurityToken(array<Byte>, String) | Initializes a new instance of the KerberosReceiverSecurityToken class using the specified Kerberos ticket and unique identifier. |
![]() | KerberosReceiverSecurityToken(array<Byte>, String, String) | Creates a new instance of KerberosReceiverSecurityToken. |
| Name | Description | |
|---|---|---|
![]() | AuthenticationType | Gets the authentication type for the token. (Inherited from WindowsSecurityToken.) |
![]() | Id | Gets the unique identifier for the security token. (Inherited from WindowsSecurityToken.) |
![]() | 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 WindowsSecurityToken::SecurityKeys.) |
![]() | ValidFrom | Gets the first instant in time at which this security token is valid. (Overrides WindowsSecurityToken::ValidFrom.) |
![]() | ValidTo | Gets the last instant in time at which this security token is valid. (Overrides WindowsSecurityToken::ValidTo.) |
![]() | ValueTypeUri | Gets the URI that describes the value type. |
![]() | WindowsIdentity | Gets the Windows user associated with this security token. (Overrides WindowsSecurityToken::WindowsIdentity.) |
| 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>().) |
![]() | Dispose | Releases all resources used by the WindowsSecurityToken. (Inherited from WindowsSecurityToken.) |
![]() | 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. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Initialize(String, DateTime, DateTime, WindowsIdentity, Boolean) | Initializes a new instance of the WindowsSecurityToken class using the specified unique identifier, Windows user, and the first and last instants in time when the security token is valid. (Inherited from WindowsSecurityToken.) |
![]() | Initialize(String, String, DateTime, DateTime, WindowsIdentity, Boolean) | Initializes a new instance of the WindowsSecurityToken class. (Inherited from WindowsSecurityToken.) |
![]() | 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.) |
![]() | ThrowIfDisposed | Throws an exception if the Dispose method has been called for this instance. (Inherited from WindowsSecurityToken.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Typically, application developers do not need to use the KerberosReceiverSecurityToken class.
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 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.


