ECDiffieHellmanCng.Label 屬性

定義

取得或設定標籤值,用於金鑰衍生。

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

適用於