SecurityKeyIdentifierClause Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy SecurityKeyIdentifierClause.

Przeciążenia

SecurityKeyIdentifierClause(String)

Inicjuje SecurityKeyIdentifierClause nowe wystąpienie klasy przy użyciu określonego typu klauzuli identyfikatora klucza.

SecurityKeyIdentifierClause(String, Byte[], Int32)

Inicjuje nowe wystąpienie SecurityKeyIdentifierClause klasy przy użyciu określonego typu klauzuli identyfikatora klucza, wartości innej niż i długości klucza pochodnego.

SecurityKeyIdentifierClause(String)

Źródło:
SecurityKeyIdentifierClause.cs
Źródło:
SecurityKeyIdentifierClause.cs
Źródło:
SecurityKeyIdentifierClause.cs

Inicjuje SecurityKeyIdentifierClause nowe wystąpienie klasy przy użyciu określonego typu klauzuli identyfikatora klucza.

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 klauzuli identyfikatora klucza. Ustawia wartość ClauseType właściwości .

Uwagi

Gdy ten identyfikator klucza zabezpieczeń jest serializowany w formacie XML, clauseType parametr jest serializowany jako ValueType atrybut <SecurityTokenReference> elementu.

Dotyczy

SecurityKeyIdentifierClause(String, Byte[], Int32)

Źródło:
SecurityKeyIdentifierClause.cs
Źródło:
SecurityKeyIdentifierClause.cs
Źródło:
SecurityKeyIdentifierClause.cs

Inicjuje nowe wystąpienie SecurityKeyIdentifierClause klasy przy użyciu określonego typu klauzuli identyfikatora klucza, wartości innej niż i długości klucza pochodnego.

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 klauzuli identyfikatora klucza. Ustawia wartość ClauseType właściwości .

nonce
Byte[]

Tablica zawierająca inną Byte wartość, która została użyta do utworzenia klucza pochodnego. Ustawia wartość zwracaną przez metodę GetDerivationNonce() .

length
Int32

Rozmiar klucza pochodnego. Ustawia wartość DerivationLength właściwości .

Uwagi

Program Windows Communication Foundation (WCF) nie obsługuje tworzenia domniemanych identyfikatorów kluczy pochodnych. Jednak program WCF przetwarza przychodzące komunikaty PROTOKOŁU SOAP, które zawierają domniemany identyfikator klucza.

Dotyczy