CngKeyBlobFormat.OpaqueTransportBlob Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.