5 references to
System.Security.Cryptography (5)
System\Security\Cryptography\X509Certificates\PublicKey.cs (5)
56public PublicKey(AsymmetricAlgorithm key) : this(key.ExportSubjectPublicKeyInfo()) 72public PublicKey(MLKem key) : this(key.ExportSubjectPublicKeyInfo()) 88public PublicKey(MLDsa key) : this(key.ExportSubjectPublicKeyInfo()) 105public PublicKey(SlhDsa key) : this(key.ExportSubjectPublicKeyInfo()) 122public PublicKey(CompositeMLDsa key) : this(key.ExportSubjectPublicKeyInfo())