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