KerberosTicketHashKeyIdentifierClause Constructors

Definition

Initializes a new instance of the KerberosTicketHashKeyIdentifierClause class.

Overloads

KerberosTicketHashKeyIdentifierClause(Byte[])

Initializes a new instance of the KerberosTicketHashKeyIdentifierClause class using the specified SHA-1 hash of a Kerberos service ticket.

KerberosTicketHashKeyIdentifierClause(Byte[], Byte[], Int32)

Initializes a new instance of the KerberosTicketHashKeyIdentifierClause class using the specified Kerberos ticket, nonce, and key length.

KerberosTicketHashKeyIdentifierClause(Byte[])

Initializes a new instance of the KerberosTicketHashKeyIdentifierClause class using the specified SHA-1 hash of a Kerberos service ticket.

C#
public KerberosTicketHashKeyIdentifierClause(byte[] ticketHash);

Parameters

ticketHash
Byte[]

An array of Byte that contains the SHA-1 hash of a Kerberos service ticket.

Exceptions

ticketHash is null.

Applies to

.NET Framework 4.8.1 та інші версії
Продукт Версії
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

KerberosTicketHashKeyIdentifierClause(Byte[], Byte[], Int32)

Initializes a new instance of the KerberosTicketHashKeyIdentifierClause class using the specified Kerberos ticket, nonce, and key length.

C#
public KerberosTicketHashKeyIdentifierClause(byte[] ticketHash, byte[] derivationNonce, int derivationLength);

Parameters

ticketHash
Byte[]

An array of Byte that contains the SHA-1 hash of a Kerberos service ticket.

derivationNonce
Byte[]

An array of Byte that contains the nonce that was used to create a derived key.

derivationLength
Int32

The size of the derived key.

Exceptions

ticketHash is null.

ticketHash is zero length.

Remarks

Windows Communication Foundation (WCF) does not support the creation of implied derived key identifiers. However, WCF processes and consumes incoming SOAP messages that contain implied derived key identifiers.

Applies to

.NET Framework 4.8.1 та інші версії
Продукт Версії
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1