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[]
標籤值。
備註
若 Tls 該值在屬性中設定 KeyDerivationFunction ,則用於金鑰推導。 預設情況下,它為 null。