Edit

Share via


X509Certificate2.GetMLKemPrivateKey Method

Definition

Gets the MLKem private key from this certificate.

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

Returns

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

Attributes

Exceptions

An error occurred accessing the private key.

Applies to