Sdílet prostřednictvím


SecurityKeyIdentifierClause Konstruktory

Definice

Inicializuje novou instanci SecurityKeyIdentifierClause třídy.

Přetížení

SecurityKeyIdentifierClause(String)

Inicializuje novou instanci SecurityKeyIdentifierClause třídy pomocí zadaného typu klauzule identifikátoru klíče.

SecurityKeyIdentifierClause(String, Byte[], Int32)

Inicializuje novou instanci SecurityKeyIdentifierClause třídy pomocí zadaného typu klauzule identifikátoru klíče, nonce a odvozené délky klíče.

SecurityKeyIdentifierClause(String)

Zdroj:
SecurityKeyIdentifierClause.cs
Zdroj:
SecurityKeyIdentifierClause.cs
Zdroj:
SecurityKeyIdentifierClause.cs

Inicializuje novou instanci SecurityKeyIdentifierClause třídy pomocí zadaného typu klauzule identifikátoru klíče.

protected:
 SecurityKeyIdentifierClause(System::String ^ clauseType);
protected SecurityKeyIdentifierClause (string clauseType);
new System.IdentityModel.Tokens.SecurityKeyIdentifierClause : string -> System.IdentityModel.Tokens.SecurityKeyIdentifierClause
Protected Sub New (clauseType As String)

Parametry

clauseType
String

Typ klauzule identifikátoru klíče. Nastaví hodnotu ClauseType vlastnosti.

Poznámky

Když je tento identifikátor klíče zabezpečení serializován do XML, clauseType parametr je serializován jako ValueType atribut elementu <SecurityTokenReference> .

Platí pro

SecurityKeyIdentifierClause(String, Byte[], Int32)

Zdroj:
SecurityKeyIdentifierClause.cs
Zdroj:
SecurityKeyIdentifierClause.cs
Zdroj:
SecurityKeyIdentifierClause.cs

Inicializuje novou instanci SecurityKeyIdentifierClause třídy pomocí zadaného typu klauzule identifikátoru klíče, nonce a odvozené délky klíče.

protected:
 SecurityKeyIdentifierClause(System::String ^ clauseType, cli::array <System::Byte> ^ nonce, int length);
protected SecurityKeyIdentifierClause (string clauseType, byte[] nonce, int length);
new System.IdentityModel.Tokens.SecurityKeyIdentifierClause : string * byte[] * int -> System.IdentityModel.Tokens.SecurityKeyIdentifierClause
Protected Sub New (clauseType As String, nonce As Byte(), length As Integer)

Parametry

clauseType
String

Typ klauzule identifikátoru klíče. Nastaví hodnotu ClauseType vlastnosti.

nonce
Byte[]

Pole Byte obsahující nonce, které bylo použito k vytvoření odvozeného klíče. Nastaví hodnotu, která je vrácena metodou GetDerivationNonce() .

length
Int32

Velikost odvozeného klíče. Nastaví hodnotu DerivationLength vlastnosti.

Poznámky

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

Platí pro