共用方式為


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[]

標籤值。

備註

Tls 該值在屬性中設定 KeyDerivationFunction ,則用於金鑰推導。 預設情況下,它為 null

適用於