Share via


BinarySecretKeyIdentifierClause Konstruktory

Definice

Inicializuje novou instanci BinarySecretKeyIdentifierClause třídy .

Přetížení

BinarySecretKeyIdentifierClause(Byte[])

Inicializuje novou instanci BinarySecretKeyIdentifierClause třídy pomocí zadaného klíče.

BinarySecretKeyIdentifierClause(Byte[], Boolean)

Inicializuje novou instanci BinarySecretKeyIdentifierClause třídy pomocí zadaných hodnot.

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

Inicializuje novou instanci BinarySecretKeyIdentifierClause třídy pomocí zadaných hodnot.

BinarySecretKeyIdentifierClause(Byte[])

Zdroj:
BinarySecretKeyIdentifierClause.cs
Zdroj:
BinarySecretKeyIdentifierClause.cs
Zdroj:
BinarySecretKeyIdentifierClause.cs

Inicializuje novou instanci BinarySecretKeyIdentifierClause třídy pomocí zadaného klíče.

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[]

Pole Byte , které představuje klíč.

Platí pro

BinarySecretKeyIdentifierClause(Byte[], Boolean)

Zdroj:
BinarySecretKeyIdentifierClause.cs
Zdroj:
BinarySecretKeyIdentifierClause.cs
Zdroj:
BinarySecretKeyIdentifierClause.cs

Inicializuje novou instanci BinarySecretKeyIdentifierClause třídy pomocí zadaných hodnot.

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[]

Pole Byte , které představuje klíč.

cloneBuffer
Boolean

trueklonovat vyrovnávací paměť; v opačném případě . false

Platí pro

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

Zdroj:
BinarySecretKeyIdentifierClause.cs
Zdroj:
BinarySecretKeyIdentifierClause.cs
Zdroj:
BinarySecretKeyIdentifierClause.cs

Inicializuje novou instanci BinarySecretKeyIdentifierClause třídy pomocí zadaných hodnot.

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[]

Pole Byte , které představuje klíč.

cloneBuffer
Boolean

trueklonovat vyrovnávací paměť; v opačném případě . false

derivationNonce
Byte[]

"číslo použité jednou" (nonce) použité k odvození klíče.

derivationLength
Int32

Délka klíče, který má být odvozen.

Platí pro