다음을 통해 공유


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.

적용 대상