Saml2AssertionKeyIdentifierClause 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.
Inicjuje nowe wystąpienie klasy Saml2AssertionKeyIdentifierClause.
Przeciążenia
Saml2AssertionKeyIdentifierClause(String) |
Inicjuje Saml2AssertionKeyIdentifierClause nowe wystąpienie klasy dla określonego identyfikatora. |
Saml2AssertionKeyIdentifierClause(String, Byte[], Int32) |
Inicjuje Saml2AssertionKeyIdentifierClause nowe wystąpienie klasy dla określonego identyfikatora, innego niż i rozmiar klucza. |
Saml2AssertionKeyIdentifierClause(String)
Inicjuje Saml2AssertionKeyIdentifierClause nowe wystąpienie klasy dla określonego identyfikatora.
public:
Saml2AssertionKeyIdentifierClause(System::String ^ assertionId);
public:
Saml2AssertionKeyIdentifierClause(System::String ^ id);
public Saml2AssertionKeyIdentifierClause (string assertionId);
public Saml2AssertionKeyIdentifierClause (string id);
new System.IdentityModel.Tokens.Saml2AssertionKeyIdentifierClause : string -> System.IdentityModel.Tokens.Saml2AssertionKeyIdentifierClause
new System.IdentityModel.Tokens.Saml2AssertionKeyIdentifierClause : string -> System.IdentityModel.Tokens.Saml2AssertionKeyIdentifierClause
Public Sub New (assertionId As String)
Public Sub New (id As String)
Parametry
- assertionIdid
- String
Wyjątki
id
jest lub pusty null
ciąg.
Dotyczy
Saml2AssertionKeyIdentifierClause(String, Byte[], Int32)
Inicjuje Saml2AssertionKeyIdentifierClause nowe wystąpienie klasy dla określonego identyfikatora, innego 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 nietyp, który został użyty 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 lub pusty null
ciąg.