2 references to OaepHashAlgorithm
System.Core (2)
System\Security\Cryptography\RsaCng.cs (2)
420return NCryptNative.DecryptDataOaep(keyHandle, data, padding.OaepHashAlgorithm.Name); 447return NCryptNative.EncryptDataOaep(KeyHandle, data, padding.OaepHashAlgorithm.Name);