ECDiffieHellmanCng.SecretAppend 屬性

定義

取得或設定值,該值將在產生金鑰內容時附加到密碼協議。

public:
 property cli::array <System::Byte> ^ SecretAppend { cli::array <System::Byte> ^ get(); void set(cli::array <System::Byte> ^ value); };
public byte[] SecretAppend { get; set; }
public byte[]? SecretAppend { get; set; }
member this.SecretAppend : byte[] with get, set
Public Property SecretAppend As Byte()

屬性值

Byte[]

附加到密碼協議的值。

備註

如果使用 HashHmac 索引鍵衍生函式 (KDF) ,這個值會用於金鑰衍生。 此值會附加至秘密合約,並將合併的值傳遞至 KDF 以產生金鑰資料。 根據預設,此值是 null

適用於