6 references to Pkcs1
mscorlib (4)
system\security\cryptography\rsacryptoserviceprovider.cs (2)
579if (padding == RSAEncryptionPadding.Pkcs1) { 596if (padding == RSAEncryptionPadding.Pkcs1) {
system\security\cryptography\rsapkcs1keyexchangedeformatter.cs (1)
52rgbOut = _rsaKey.Decrypt(rgbIn, RSAEncryptionPadding.Pkcs1);
system\security\cryptography\rsapkcs1keyexchangeformatter.cs (1)
63rgbKeyEx = _rsaKey.Encrypt(rgbData, RSAEncryptionPadding.Pkcs1);
System.Core (2)
System\Security\Cryptography\RsaCng.cs (2)
414if (padding == RSAEncryptionPadding.Pkcs1) 441if (padding == RSAEncryptionPadding.Pkcs1)