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

陣列,代表屬性中儲存的值。

適用於