Edit

Share via


X509Certificate2.GetMLKemPublicKey Method

Definition

Gets the MLKem public key from this certificate.

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

Returns

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

Attributes

Exceptions

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