2 references to BuildPublicKey
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\RSAPkcs1X509SignatureGenerator.cs (1)
27
return
BuildPublicKey
(_key);
System\Security\Cryptography\X509Certificates\RSAPssX509SignatureGenerator.cs (1)
116
return RSAPkcs1X509SignatureGenerator.
BuildPublicKey
(_key);