Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class System.​Security.​Cryptography.​CngKeyBlobFormat
Assembly: System.Security.Cryptography
Inheritance: object → CngKeyBlobFormat
Implemented Interfaces
Specifies a key BLOB format for use with Microsoft Cryptography Next Generation (CNG) objects.
Properties
public static
CngKeyBlobFormat
EccFullPrivateBlob
Gets a <see cref="T:System.Security.Cryptography.CngKeyBlobFormat" /> object that specifies a private key BLOB for an elliptic curve cryptography (ECC) key which contains explicit curve parameters.
public static
CngKeyBlobFormat
EccFullPublicBlob
Gets a <see cref="T:System.Security.Cryptography.CngKeyBlobFormat" /> object that specifies a public key BLOB for an elliptic curve cryptography (ECC) key which contains explicit curve parameters.
public static
CngKeyBlobFormat
EccPrivateBlob
Gets a <see cref="T:System.Security.Cryptography.CngKeyBlobFormat" /> object that specifies a private key BLOB for an elliptic curve cryptography (ECC) key.
public static
CngKeyBlobFormat
EccPublicBlob
Gets a <see cref="T:System.Security.Cryptography.CngKeyBlobFormat" /> object that specifies a public key BLOB for an elliptic curve cryptography (ECC) key.
public
string
Format
Gets the name of the key BLOB format that the current <see cref="T:System.Security.Cryptography.CngKeyBlobFormat" /> object specifies.
public static
CngKeyBlobFormat
GenericPrivateBlob
Gets a <see cref="T:System.Security.Cryptography.CngKeyBlobFormat" /> object that specifies a generic private key BLOB.
public static
CngKeyBlobFormat
GenericPublicBlob
Gets a <see cref="T:System.Security.Cryptography.CngKeyBlobFormat" /> object that specifies a generic public key BLOB.
public static
CngKeyBlobFormat
MLKemPrivateBlob
<para>Gets a <see cref="T:System.Security.Cryptography.CngKeyBlobFormat" /> object that specifies a Module-Lattice-Based Key-Encapsulation Mechanism (ML-KEM) private key BLOB.</para>
public static
CngKeyBlobFormat
MLKemPrivateSeedBlob
<para>Gets a <see cref="T:System.Security.Cryptography.CngKeyBlobFormat" /> object that specifies a Module-Lattice-Based Key-Encapsulation Mechanism (ML-KEM) private seed BLOB.</para>
public static
CngKeyBlobFormat
MLKemPublicBlob
<para>Gets a <see cref="T:System.Security.Cryptography.CngKeyBlobFormat" /> object that specifies a Module-Lattice-Based Key-Encapsulation Mechanism (ML-KEM) public key BLOB.</para>
public static
CngKeyBlobFormat
OpaqueTransportBlob
Gets a <see cref="T:System.Security.Cryptography.CngKeyBlobFormat" /> object that specifies an opaque transport key BLOB.
public static
CngKeyBlobFormat
Pkcs8PrivateBlob
Gets a <see cref="T:System.Security.Cryptography.CngKeyBlobFormat" /> object that specifies a Private Key Information Syntax Standard (PKCS #8) key BLOB.
public static
CngKeyBlobFormat
PQDsaPrivateBlob
<para>Gets a <see cref="T:System.Security.Cryptography.CngKeyBlobFormat" /> object that specifies a Post-Quantum Digital Signature Algorithm private key BLOB.</para>
public static
CngKeyBlobFormat
PQDsaPrivateSeedBlob
<para>Gets a <see cref="T:System.Security.Cryptography.CngKeyBlobFormat" /> object that specifies a Post-Quantum Digital Signature Algorithm private seed BLOB.</para>
public static
CngKeyBlobFormat
PQDsaPublicBlob
<para>Gets a <see cref="T:System.Security.Cryptography.CngKeyBlobFormat" /> object that specifies a Post-Quantum Digital Signature Algorithm public key BLOB.</para>
Methods
public
bool
Equals​(object obj)
Compares the specified object to the current <see cref="T:System.Security.Cryptography.CngKeyBlobFormat" /> object.
Returns <see langword="true" /> if the <paramref name="obj" /> parameter is a <see cref="T:System.Security.Cryptography.CngKeyBlobFormat" /> object that specifies the same key BLOB format as the current object; otherwise, <see langword="false" /> .
obj
An object to be compared to the current <see cref="T:System.Security.Cryptography.CngKeyBlobFormat" /> object.
public
bool
Equals​(CngKeyBlobFormat other)
Compares the specified <see cref="T:System.Security.Cryptography.CngKeyBlobFormat" /> object to the current <see cref="T:System.Security.Cryptography.CngKeyBlobFormat" /> object.
Returns <see langword="true" /> if the <paramref name="other" /> parameter specifies the same key BLOB format as the current object; otherwise, <see langword="false" /> .
other
An object to be compared to the current <see cref="T:System.Security.Cryptography.CngKeyBlobFormat" /> object.
public
int
GetHashCode​()
Generates a hash value for the embedded key BLOB format in the current <see cref="T:System.Security.Cryptography.CngKeyBlobFormat" /> object.
Returns The hash value of the embedded key BLOB format.
public
string
ToString​()
Gets the name of the key BLOB format that the current <see cref="T:System.Security.Cryptography.CngKeyBlobFormat" /> object specifies.
Returns The embedded key BLOB format name.
protected
void
Finalize​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object