This documentation is archived and is not being maintained.
KerberosTicketHashKeyIdentifierClause Class
Visual Studio 2010
Represents a key identifier clause that identifies a KerberosRequestorSecurityToken or KerberosReceiverSecurityToken security token.
System::Object
System.IdentityModel.Tokens::SecurityKeyIdentifierClause
System.IdentityModel.Tokens::BinaryKeyIdentifierClause
System.IdentityModel.Tokens::KerberosTicketHashKeyIdentifierClause
System.IdentityModel.Tokens::SecurityKeyIdentifierClause
System.IdentityModel.Tokens::BinaryKeyIdentifierClause
System.IdentityModel.Tokens::KerberosTicketHashKeyIdentifierClause
Assembly: System.IdentityModel (in System.IdentityModel.dll)
The KerberosTicketHashKeyIdentifierClause type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | KerberosTicketHashKeyIdentifierClause(array<Byte>) | Initializes a new instance of the KerberosTicketHashKeyIdentifierClause class using the specified SHA-1 hash of a Kerberos service ticket. |
![]() | KerberosTicketHashKeyIdentifierClause(array<Byte>, array<Byte>, Int32) | Initializes a new instance of the KerberosTicketHashKeyIdentifierClause class using the specified Kerberos ticket, nonce, and key length. |
| Name | Description | |
|---|---|---|
![]() | CanCreateKey | Gets a value that indicates whether a key can be created. (Inherited from SecurityKeyIdentifierClause.) |
![]() | ClauseType | Gets the key identifier clause type. (Inherited from SecurityKeyIdentifierClause.) |
![]() | DerivationLength | Gets the size of the derived key. (Inherited from SecurityKeyIdentifierClause.) |
| Name | Description | |
|---|---|---|
![]() | CreateKey | Creates a key based on the parameters passed into the constructor. (Inherited from SecurityKeyIdentifierClause.) |
![]() | 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.) |
![]() | GetBuffer | Gets the binary data that represents the key identifier. (Inherited from BinaryKeyIdentifierClause.) |
![]() | GetDerivationNonce | Gets the nonce that was used to generate the derived key. (Inherited from SecurityKeyIdentifierClause.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetKerberosTicketHash | Gets the SHA-1 hash of a Kerberos service ticket. |
![]() | GetRawBuffer | Gets the binary data that represents the key identifier. (Inherited from BinaryKeyIdentifierClause.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Matches(array<Byte>) | Returns a value that indicates whether the binary data for the current instance matches the specified binary data. (Inherited from BinaryKeyIdentifierClause.) |
![]() | Matches(SecurityKeyIdentifierClause) | Returns a value that indicates whether the key identifier for this instance is equivalent to the specified key identifier clause. (Inherited from BinaryKeyIdentifierClause.) |
![]() | Matches(array<Byte>, Int32) | Returns a value that indicates whether the binary data for the current instance is equivalent to the specified binary data at the specified offset. (Inherited from BinaryKeyIdentifierClause.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns the current object. (Overrides Object::ToString().) |
Use the KerberosTicketHashKeyIdentifierClause class to reference a KerberosRequestorSecurityToken or KerberosReceiverSecurityToken security token using a SHA-1 hash of the Kerberos ticket. The SHA-1 hash of the Kerberos ticket can be obtained by calling the GetKerberosTicketHash method.
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.
Show:
