ECDiffieHellmanCng.SecretPrepend 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,該值將在衍生金鑰內容時加入至密碼協議的開頭。
public:
property cli::array <System::Byte> ^ SecretPrepend { cli::array <System::Byte> ^ get(); void set(cli::array <System::Byte> ^ value); };
public byte[]? SecretPrepend { get; set; }
public byte[] SecretPrepend { get; set; }
member this.SecretPrepend : byte[] with get, set
Public Property SecretPrepend As Byte()
屬性值
Byte[]
在金鑰衍生期間附加至密碼協議開頭的值。
備註
如果 屬性設定為下列其中一個值, KeyDerivationFunction 這個值會用於金鑰衍生:
此值會在秘密合約前面加上,並將合併的值傳遞至密鑰衍生函式, (KDF) 以產生密鑰內容。 根據預設,此值是 null
。