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 です。

適用対象