CngKeyBlobFormat.EccFullPublicBlob Property

Definition

Gets a CngKeyBlobFormat object that specifies a public key BLOB for an elliptic curve cryptography (ECC) key which contains explicit curve parameters.

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

Property Value

An object describing a public key BLOB.

Applies to