CngProperty.GetValue Method

Definition

Gets the property value that the current CngProperty object specifies.

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

Returns

Byte[]

An array that represents the value stored in the property.

Applies to