Aracılığıyla paylaş


BinarySecretKeyIdentifierClause Oluşturucular

Tanım

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

Aşırı Yüklemeler

BinarySecretKeyIdentifierClause(Byte[])

Belirtilen anahtarı kullanarak sınıfının yeni bir örneğini BinarySecretKeyIdentifierClause başlatır.

BinarySecretKeyIdentifierClause(Byte[], Boolean)

Belirtilen değerleri kullanarak sınıfının yeni bir örneğini BinarySecretKeyIdentifierClause başlatır.

BinarySecretKeyIdentifierClause(Byte[], Boolean, Byte[], Int32)

Belirtilen değerleri kullanarak sınıfının yeni bir örneğini BinarySecretKeyIdentifierClause başlatır.

BinarySecretKeyIdentifierClause(Byte[])

Kaynak:
BinarySecretKeyIdentifierClause.cs
Kaynak:
BinarySecretKeyIdentifierClause.cs
Kaynak:
BinarySecretKeyIdentifierClause.cs

Belirtilen anahtarı kullanarak sınıfının yeni bir örneğini BinarySecretKeyIdentifierClause başlatır.

public:
 BinarySecretKeyIdentifierClause(cli::array <System::Byte> ^ key);
public BinarySecretKeyIdentifierClause (byte[] key);
new System.ServiceModel.Security.BinarySecretKeyIdentifierClause : byte[] -> System.ServiceModel.Security.BinarySecretKeyIdentifierClause
Public Sub New (key As Byte())

Parametreler

key
Byte[]

Byte Anahtarı temsil eden bir dizi.

Şunlara uygulanır

BinarySecretKeyIdentifierClause(Byte[], Boolean)

Kaynak:
BinarySecretKeyIdentifierClause.cs
Kaynak:
BinarySecretKeyIdentifierClause.cs
Kaynak:
BinarySecretKeyIdentifierClause.cs

Belirtilen değerleri kullanarak sınıfının yeni bir örneğini BinarySecretKeyIdentifierClause başlatır.

public:
 BinarySecretKeyIdentifierClause(cli::array <System::Byte> ^ key, bool cloneBuffer);
public BinarySecretKeyIdentifierClause (byte[] key, bool cloneBuffer);
new System.ServiceModel.Security.BinarySecretKeyIdentifierClause : byte[] * bool -> System.ServiceModel.Security.BinarySecretKeyIdentifierClause
Public Sub New (key As Byte(), cloneBuffer As Boolean)

Parametreler

key
Byte[]

Byte Anahtarı temsil eden bir dizi.

cloneBuffer
Boolean

true arabelleği kopyalamak için; aksi takdirde , false.

Şunlara uygulanır

BinarySecretKeyIdentifierClause(Byte[], Boolean, Byte[], Int32)

Kaynak:
BinarySecretKeyIdentifierClause.cs
Kaynak:
BinarySecretKeyIdentifierClause.cs
Kaynak:
BinarySecretKeyIdentifierClause.cs

Belirtilen değerleri kullanarak sınıfının yeni bir örneğini BinarySecretKeyIdentifierClause başlatır.

public:
 BinarySecretKeyIdentifierClause(cli::array <System::Byte> ^ key, bool cloneBuffer, cli::array <System::Byte> ^ derivationNonce, int derivationLength);
public BinarySecretKeyIdentifierClause (byte[] key, bool cloneBuffer, byte[] derivationNonce, int derivationLength);
new System.ServiceModel.Security.BinarySecretKeyIdentifierClause : byte[] * bool * byte[] * int -> System.ServiceModel.Security.BinarySecretKeyIdentifierClause
Public Sub New (key As Byte(), cloneBuffer As Boolean, derivationNonce As Byte(), derivationLength As Integer)

Parametreler

key
Byte[]

Byte Anahtarı temsil eden bir dizi.

cloneBuffer
Boolean

true arabelleği kopyalamak için; aksi takdirde , false.

derivationNonce
Byte[]

Anahtarı türetmek için kullanılan "bir kez kullanılan sayı" (nonce).

derivationLength
Int32

Türetilecek anahtarın uzunluğu.

Şunlara uygulanır