ECDiffieHellmanCng.Seed 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,該值將在衍生金鑰內容時使用。
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[]
種子值。
備註
如果 屬性設定Tls為 ,KeyDerivationFunction這個值會用於索引鍵衍生。 根據預設,此值是 null
。