Język

Saml2AssertionKeyIdentifierClause Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy Saml2AssertionKeyIdentifierClause.

Przeciążenia

Nazwa Opis
Saml2AssertionKeyIdentifierClause(String)

Inicjuje nowe wystąpienie Saml2AssertionKeyIdentifierClause klasy dla określonego identyfikatora.

Saml2AssertionKeyIdentifierClause(String, Byte[], Int32)

Inicjuje Saml2AssertionKeyIdentifierClause nowe wystąpienie klasy dla określonego identyfikatora, wartości innej niż i rozmiar klucza.

Saml2AssertionKeyIdentifierClause(String)

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

Inicjuje nowe wystąpienie Saml2AssertionKeyIdentifierClause klasy dla określonego identyfikatora.

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

Parametry

idassertionId
String

Identyfikator definiujący klauzulę do utworzenia.

Wyjątki

id jest null lub pusty ciąg.

Dotyczy

Saml2AssertionKeyIdentifierClause(String, Byte[], Int32)

Inicjuje Saml2AssertionKeyIdentifierClause nowe wystąpienie klasy dla określonego identyfikatora, wartości innej niż i rozmiar klucza.

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

Parametry

id
String

Identyfikator definiujący klauzulę do utworzenia.

derivationNonce
Byte[]

Tablica zawierająca Byte wartość inną niż użyta do utworzenia klucza pochodnego. Ustawia wartość zwracaną przez metodę GetDerivationNonce() .

derivationLength
Int32

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

Wyjątki

id jest null lub pusty ciąg.

Dotyczy