7 references to Oaep
mscorlib (5)
system\security\cryptography\RSAEncryptionPadding.cs (5)
26/// <see cref="RSAEncryptionPaddingMode.Oaep"/> mode with SHA1 hash algorithm. 55/// Creates a new instance instance representing <see cref="RSAEncryptionPaddingMode.Oaep"/> 65return new RSAEncryptionPadding(RSAEncryptionPaddingMode.Oaep, hashAlgorithm); 77/// Gets the padding mode to use in conjunction with <see cref="RSAEncryptionPaddingMode.Oaep"/>. 80/// If <see cref="Mode"/> is not <see cref="RSAEncryptionPaddingMode.Oaep"/>, then <see cref="HashAlgorithmName.Name" /> will be null.
System.Core (2)
System\Security\Cryptography\RsaCng.cs (2)
418else if (padding.Mode == RSAEncryptionPaddingMode.Oaep) 445else if (padding.Mode == RSAEncryptionPaddingMode.Oaep)