BinarySecretKeyIdentifierClause Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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[])
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
Platí pro
BinarySecretKeyIdentifierClause(Byte[], Boolean)
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
- cloneBuffer
- Boolean
true
klonovat vyrovnávací paměť; v opačném případě . false
Platí pro
BinarySecretKeyIdentifierClause(Byte[], Boolean, Byte[], Int32)
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
- cloneBuffer
- Boolean
true
klonovat 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.