Sdílet prostřednictvím


KerberosTicketHashKeyIdentifierClause Konstruktory

Definice

Inicializuje novou instanci KerberosTicketHashKeyIdentifierClause třídy.

Přetížení

KerberosTicketHashKeyIdentifierClause(Byte[])

Inicializuje novou instanci KerberosTicketHashKeyIdentifierClause třídy pomocí zadané hodnoty hash SHA-1 lístku služby Kerberos.

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

Inicializuje novou instanci KerberosTicketHashKeyIdentifierClause třídy pomocí zadaného lístku protokolu Kerberos, nonce a délky klíče.

KerberosTicketHashKeyIdentifierClause(Byte[])

Inicializuje novou instanci KerberosTicketHashKeyIdentifierClause třídy pomocí zadané hodnoty hash SHA-1 lístku služby Kerberos.

public:
 KerberosTicketHashKeyIdentifierClause(cli::array <System::Byte> ^ ticketHash);
public KerberosTicketHashKeyIdentifierClause (byte[] ticketHash);
new System.IdentityModel.Tokens.KerberosTicketHashKeyIdentifierClause : byte[] -> System.IdentityModel.Tokens.KerberosTicketHashKeyIdentifierClause
Public Sub New (ticketHash As Byte())

Parametry

ticketHash
Byte[]

Pole Byte obsahující hodnotu hash SHA-1 lístku služby Kerberos.

Výjimky

ticketHash je null.

Platí pro

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

Inicializuje novou instanci KerberosTicketHashKeyIdentifierClause třídy pomocí zadaného lístku protokolu Kerberos, nonce a délky klíče.

public:
 KerberosTicketHashKeyIdentifierClause(cli::array <System::Byte> ^ ticketHash, cli::array <System::Byte> ^ derivationNonce, int derivationLength);
public KerberosTicketHashKeyIdentifierClause (byte[] ticketHash, byte[] derivationNonce, int derivationLength);
new System.IdentityModel.Tokens.KerberosTicketHashKeyIdentifierClause : byte[] * byte[] * int -> System.IdentityModel.Tokens.KerberosTicketHashKeyIdentifierClause
Public Sub New (ticketHash As Byte(), derivationNonce As Byte(), derivationLength As Integer)

Parametry

ticketHash
Byte[]

Pole Byte obsahující hodnotu hash SHA-1 lístku služby Kerberos.

derivationNonce
Byte[]

Pole Byte obsahující nonce, které bylo použito k vytvoření odvozeného klíče.

derivationLength
Int32

Velikost odvozeného klíče.

Výjimky

ticketHash je null.

ticketHash je nulová délka.

Poznámky

Windows Communication Foundation (WCF) nepodporuje vytváření odvozených identifikátorů odvozených klíčů. Wcf však zpracovává a využívá příchozí zprávy SOAP, které obsahují odvozené odvozené identifikátory klíče.

Platí pro