CngKeyBlobFormat::Pkcs8PrivateBlob Property

 

Gets a CngKeyBlobFormat object that specifies a Private Key Information Syntax Standard (PKCS #8) key BLOB.

Namespace:   System.Security.Cryptography
Assembly:  System.Core (in System.Core.dll)

public:
property CngKeyBlobFormat^ Pkcs8PrivateBlob {
	static CngKeyBlobFormat^ get();
}

Property Value

Type: System.Security.Cryptography::CngKeyBlobFormat^

An object that specifies a PKCS #8 private key BLOB.

A PKCS #8 private key BLOB contains both private and public key material in PKCS #8 format.

.NET Framework
Available since 3.5
Return to top
Show: