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입니다.

적용 대상