CngKeyBlobFormat.OpaqueTransportBlob Property

Definition

Gets a CngKeyBlobFormat object that specifies an opaque transport key BLOB.

public:
 static property System::Security::Cryptography::CngKeyBlobFormat ^ OpaqueTransportBlob { System::Security::Cryptography::CngKeyBlobFormat ^ get(); };
public static System.Security.Cryptography.CngKeyBlobFormat OpaqueTransportBlob { get; }
static member OpaqueTransportBlob : System.Security.Cryptography.CngKeyBlobFormat
Public Shared ReadOnly Property OpaqueTransportBlob As CngKeyBlobFormat

Property Value

An object that specifies an opaque transport key BLOB.

Remarks

The format of an opaque transport key BLOB is determined by, and associated with, each key storage provider. Importing and exporting a key in opaque transport format requires using the same key storage provider for both operations.

Applies to