4 references to DecryptEncryptedKey
System.Configuration (1)
System\Configuration\FipsAwareEncryptedXml.cs (1)
43
byte[] key =
DecryptEncryptedKey
(ek);
System.Security (3)
system\security\cryptography\xml\encryptedxml.cs (3)
394
byte[] key =
DecryptEncryptedKey
(ek);
473
return
DecryptEncryptedKey
(ek);
484
byte[] encryptionKey =
DecryptEncryptedKey
(ek);