SamlAssertionKeyIdentifierClause Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
SamlAssertionKeyIdentifierClause(String) |
Inicjuje SamlAssertionKeyIdentifierClause nowe wystąpienie klasy przy użyciu określonego identyfikatora asercji SAML. |
SamlAssertionKeyIdentifierClause(String, Byte[], Int32) |
Inicjuje SamlAssertionKeyIdentifierClause nowe wystąpienie klasy przy użyciu określonego identyfikatora asercji SAML, nonce i długości klucza. |
SamlAssertionKeyIdentifierClause(String)
Inicjuje SamlAssertionKeyIdentifierClause nowe wystąpienie 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, który zawiera identyfikator SamlAssertion klucza.
Wyjątki
assertionId
to null
.
Uwagi
AssertionId Przekaż właściwość obiektu SamlAssertion do tego konstruktora.
Dotyczy
SamlAssertionKeyIdentifierClause(String, Byte[], Int32)
Inicjuje SamlAssertionKeyIdentifierClause nowe wystąpienie klasy przy użyciu określonego identyfikatora asercji SAML, nonce 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, który zawiera identyfikator SamlAssertion klucza.
- derivationNonce
- Byte[]
Tablica zawierająca Byte nietyp, który został użyty do utworzenia klucza pochodnego.
- derivationLength
- Int32
Rozmiar klucza pochodnego.
Wyjątki
assertionId
to 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 SOAP.