1 instantiation of RSAPkcs1X509SignatureGenerator
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\X509SignatureGenerator.cs (1)
29return new RSAPkcs1X509SignatureGenerator(key);
1 reference to RSAPkcs1X509SignatureGenerator
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\RSAPssX509SignatureGenerator.cs (1)
116return RSAPkcs1X509SignatureGenerator.BuildPublicKey(_key);