Aracılığıyla paylaş


Saml2AssertionKeyIdentifierClause Oluşturucular

Tanım

Saml2AssertionKeyIdentifierClause sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

Saml2AssertionKeyIdentifierClause(String)

Belirtilen kimlik için sınıfının yeni bir örneğini Saml2AssertionKeyIdentifierClause başlatır.

Saml2AssertionKeyIdentifierClause(String, Byte[], Int32)

Belirtilen kimlik, nonce ve anahtar boyutu için sınıfının yeni bir örneğini Saml2AssertionKeyIdentifierClause başlatır.

Saml2AssertionKeyIdentifierClause(String)

Kaynak:
Saml2AssertionKeyIdentifierClause.cs
Kaynak:
Saml2AssertionKeyIdentifierClause.cs
Kaynak:
Saml2AssertionKeyIdentifierClause.cs

Belirtilen kimlik için sınıfının yeni bir örneğini Saml2AssertionKeyIdentifierClause başlatır.

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)

Parametreler

assertionIdid
String

Özel durumlar

id veya null boş bir dizedir.

Şunlara uygulanır

Saml2AssertionKeyIdentifierClause(String, Byte[], Int32)

Belirtilen kimlik, nonce ve anahtar boyutu için sınıfının yeni bir örneğini Saml2AssertionKeyIdentifierClause başlatır.

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)

Parametreler

id
String

Oluşturulacak yan tümceyi tanımlayan kimlik.

derivationNonce
Byte[]

Byte Türetilmiş anahtar oluşturmak için kullanılan nonce içeren dizisi. yöntemi tarafından GetDerivationNonce() döndürülen değeri ayarlar.

derivationLength
Int32

Türetilmiş anahtarın boyutu. özelliğinin DerivationLength değerini ayarlar.

Özel durumlar

id veya null boş bir dizedir.

Şunlara uygulanır