ECDiffieHellmanCng.Label 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定標籤值,用於金鑰衍生。
public:
property cli::array <System::Byte> ^ Label { cli::array <System::Byte> ^ get(); void set(cli::array <System::Byte> ^ value); };
public byte[]? Label { get; set; }
public byte[] Label { get; set; }
member this.Label : byte[] with get, set
Public Property Label As Byte()
屬性值
Byte[]
標籤值。
備註
如果在 屬性中KeyDerivationFunction設定值,Tls這個值會用於索引鍵衍生。 根據預設,它是 null
。