CngProperty.GetValue 메서드

정의

현재 CngProperty 개체가 지정하는 속성 값을 가져옵니다.

public:
 cli::array <System::Byte> ^ GetValue();
public byte[] GetValue ();
public byte[]? GetValue ();
member this.GetValue : unit -> byte[]
Public Function GetValue () As Byte()

반환

Byte[]

속성에 저장된 값을 나타내는 배열입니다.

적용 대상