5 references to
System.Security.Cryptography (5)
System\Security\Cryptography\X509Certificates\PublicKey.cs (5)
56
public PublicKey(AsymmetricAlgorithm key) :
this
(key.ExportSubjectPublicKeyInfo())
73
public PublicKey(MLKem key) :
this
(key.ExportSubjectPublicKeyInfo())
90
public PublicKey(MLDsa key) :
this
(key.ExportSubjectPublicKeyInfo())
107
public PublicKey(SlhDsa key) :
this
(key.ExportSubjectPublicKeyInfo())
124
public PublicKey(CompositeMLDsa key) :
this
(key.ExportSubjectPublicKeyInfo())