X509CertificateKeyAccessors.GetMLKemPublicKey(X509Certificate2) Method

Definition

Gets the MLKem public key from this certificate.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Security::Cryptography::MLKem ^ GetMLKemPublicKey(System::Security::Cryptography::X509Certificates::X509Certificate2 ^ certificate);
[System.Diagnostics.CodeAnalysis.Experimental("SYSLIB5006", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public static System.Security.Cryptography.MLKem? GetMLKemPublicKey(this System.Security.Cryptography.X509Certificates.X509Certificate2 certificate);
public static System.Security.Cryptography.MLKem? GetMLKemPublicKey(this System.Security.Cryptography.X509Certificates.X509Certificate2 certificate);
[<System.Diagnostics.CodeAnalysis.Experimental("SYSLIB5006", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
static member GetMLKemPublicKey : System.Security.Cryptography.X509Certificates.X509Certificate2 -> System.Security.Cryptography.MLKem
static member GetMLKemPublicKey : System.Security.Cryptography.X509Certificates.X509Certificate2 -> System.Security.Cryptography.MLKem
<Extension()>
Public Function GetMLKemPublicKey (certificate As X509Certificate2) As MLKem

Parameters

certificate
X509Certificate2

The X.509 certificate that contains the public key.

Returns

The public key, or null if this certificate does not have an ML-KEM public key.

Attributes

Exceptions

certificate is null.

The certificate has an ML-KEM public key, but the platform does not support ML-KEM.

The public key was invalid, or otherwise could not be imported.

Applies to