4 references to CreateOaep
mscorlib (4)
system\security\cryptography\RSAEncryptionPadding.cs (4)
15
private static readonly RSAEncryptionPadding s_oaepSHA1 =
CreateOaep
(HashAlgorithmName.SHA1);
16
private static readonly RSAEncryptionPadding s_oaepSHA256 =
CreateOaep
(HashAlgorithmName.SHA256);
17
private static readonly RSAEncryptionPadding s_oaepSHA384 =
CreateOaep
(HashAlgorithmName.SHA384);
18
private static readonly RSAEncryptionPadding s_oaepSHA512 =
CreateOaep
(HashAlgorithmName.SHA512);