5 references to GetMLDsaPublicKey
Microsoft.Bcl.Cryptography (1)
System\Security\Cryptography\X509Certificates\X509CertificateKeyAccessors.cs (1)
161
return certificate.
GetMLDsaPublicKey
();
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (1)
961
using (MLDsa? publicKey =
GetMLDsaPublicKey
())
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\CmsSignature.MLDsa.cs (3)
51
MLDsa? publicKey = certificate.
GetMLDsaPublicKey
();
88
using (GetSigningKey(key, certificate, silent, static cert => cert.
GetMLDsaPublicKey
(), out MLDsa? signingKey))
102
using (MLDsa certKey = certificate.
GetMLDsaPublicKey
()!)