Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

CngKeyBlobFormat Constructor (String^)

 

Initializes a new instance of the CngKeyBlobFormat class by using the specified format.

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

public:
CngKeyBlobFormat(
	String^ format
)

Parameters

format
Type: System::String^

The key BLOB format to initialize.

Exception Condition
ArgumentNullException

The format parameter is null.

ArgumentException

The format parameter length is 0 (zero).

The primary purpose of this constructor is to provide a method for creating CngKeyBlobFormat objects for format types that are not represented by the static properties of the CngKeyBlobFormat class. This capacity allows future .NET Framework releases, service packs, and third-party developers to add new key BLOB formats, which can be accessed just like the key BLOB formats that are currently available.

.NET Framework
Available since 3.5
Return to top
Show:
© 2017 Microsoft