BinarySecretKeyIdentifierClause 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 BinarySecretKeyIdentifierClause 类的新实例。
重载
BinarySecretKeyIdentifierClause(Byte[])
使用指定的密钥初始化 BinarySecretKeyIdentifierClause 类的新实例。
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())
参数
适用于
BinarySecretKeyIdentifierClause(Byte[], Boolean)
使用指定的值初始化 BinarySecretKeyIdentifierClause 类的新实例。
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)
参数
- cloneBuffer
- Boolean
若要克隆缓冲区,则为 true
;否则为 false
。
适用于
BinarySecretKeyIdentifierClause(Byte[], Boolean, Byte[], Int32)
使用指定的值初始化 BinarySecretKeyIdentifierClause 类的新实例。
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)
参数
- cloneBuffer
- Boolean
若要克隆缓冲区,则为 true
;否则为 false
。
- derivationNonce
- Byte[]
用于派生密钥的“只用一次的数字”(Nonce)。
- derivationLength
- Int32
要派生的密钥的长度。