X509CertificateKeyAccessors.GetMLKemPrivateKey(X509Certificate2) Method

Definition

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

Parameters

certificate
X509Certificate2

Returns

Attributes

Applies to