ECDiffieHellmanCng.Seed 屬性

定義

取得或設定值,該值將在衍生金鑰內容時使用。

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

屬性值

Byte[]

種子值。

備註

如果 KeyDerivationFunction 屬性設定 Tls 為 ,這個值會用於金鑰衍生。 根據預設,此值是 null

適用於