ProtectedKey.GetKeyBytes Method

Definition

Gets the key material.

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

Returns

Byte[]

An array of Byte that contains the key material.

Applies to