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

プロパティに格納されている値を表す配列。

適用対象