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

一个数组,表示属性中存储的值。

适用于