2 references to Pkcs1
mscorlib (2)
system\security\cryptography\RSAEncryptionPadding.cs (2)
14private static readonly RSAEncryptionPadding s_pkcs1 = new RSAEncryptionPadding(RSAEncryptionPaddingMode.Pkcs1, default(HashAlgorithmName)); 21/// <see cref="RSAEncryptionPaddingMode.Pkcs1"/> mode.