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