Udostępnij za pośrednictwem


BinarySecretKeyIdentifierClause Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy BinarySecretKeyIdentifierClause.

Przeciążenia

BinarySecretKeyIdentifierClause(Byte[])

Inicjuje BinarySecretKeyIdentifierClause nowe wystąpienie klasy przy użyciu określonego klucza.

BinarySecretKeyIdentifierClause(Byte[], Boolean)

Inicjuje BinarySecretKeyIdentifierClause nowe wystąpienie klasy przy użyciu określonych wartości.

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

Inicjuje BinarySecretKeyIdentifierClause nowe wystąpienie klasy przy użyciu określonych wartości.

BinarySecretKeyIdentifierClause(Byte[])

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

Inicjuje BinarySecretKeyIdentifierClause nowe wystąpienie klasy przy użyciu określonego klucza.

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())

Parametry

key
Byte[]

Tablica Byte reprezentująca klucz.

Dotyczy

BinarySecretKeyIdentifierClause(Byte[], Boolean)

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

Inicjuje BinarySecretKeyIdentifierClause nowe wystąpienie klasy przy użyciu określonych wartości.

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)

Parametry

key
Byte[]

Tablica Byte reprezentująca klucz.

cloneBuffer
Boolean

true aby sklonować bufor; w przeciwnym razie , false.

Dotyczy

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

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

Inicjuje BinarySecretKeyIdentifierClause nowe wystąpienie klasy przy użyciu określonych wartości.

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)

Parametry

key
Byte[]

Tablica Byte reprezentująca klucz.

cloneBuffer
Boolean

true aby sklonować bufor; w przeciwnym razie , false.

derivationNonce
Byte[]

"liczba użyta raz" (nonce) użyta do utworzenia klucza.

derivationLength
Int32

Długość klucza do wyprowadzenia.

Dotyczy