Język

SamlAssertionKeyIdentifierClause Konstruktory

Definicja

Przeciążenia

Nazwa Opis
SamlAssertionKeyIdentifierClause(String)

Inicjuje nowe wystąpienie SamlAssertionKeyIdentifierClause klasy przy użyciu określonego identyfikatora asercji SAML.

SamlAssertionKeyIdentifierClause(String, Byte[], Int32)

Inicjuje nowe wystąpienie SamlAssertionKeyIdentifierClause klasy przy użyciu określonego identyfikatora asercji SAML, wartości innej niż i długości klucza.

SamlAssertionKeyIdentifierClause(String)

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

Inicjuje nowe wystąpienie SamlAssertionKeyIdentifierClause klasy przy użyciu określonego identyfikatora asercji SAML.

public:
 SamlAssertionKeyIdentifierClause(System::String ^ assertionId);
public SamlAssertionKeyIdentifierClause(string assertionId);
new System.IdentityModel.Tokens.SamlAssertionKeyIdentifierClause : string -> System.IdentityModel.Tokens.SamlAssertionKeyIdentifierClause
Public Sub New (assertionId As String)

Parametry

assertionId
String

Identyfikator SamlAssertion obiektu zawierającego identyfikator klucza.

Wyjątki

Parametr assertionId ma wartość null.

Uwagi

AssertionId Przekaż właściwość obiektu SamlAssertion do tego konstruktora.

Dotyczy

SamlAssertionKeyIdentifierClause(String, Byte[], Int32)

Inicjuje nowe wystąpienie SamlAssertionKeyIdentifierClause klasy przy użyciu określonego identyfikatora asercji SAML, wartości innej niż i długości klucza.

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

Parametry

assertionId
String

Identyfikator SamlAssertion obiektu zawierającego identyfikator klucza.

derivationNonce
Byte[]

Tablica zawierająca Byte wartość inną niż użyta do utworzenia klucza pochodnego.

derivationLength
Int32

Rozmiar klucza pochodnego.

Wyjątki

Parametr assertionId ma wartość null.

Uwagi

AssertionId Przekaż właściwość obiektu SamlAssertion do tego konstruktora.

Parametry derivationNonce i derivationLength są ignorowane, gdy SamlAssertionKeyIdentifierClause klasa jest serializowana do wychodzącego komunikatu PROTOKOŁU SOAP.

Dotyczy