2 references to DecryptKey
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\EncryptedXml.cs (2)
433
return EncryptedXml.
DecryptKey
(encryptedKey.CipherData.CipherValue, (SymmetricAlgorithm)kek);
508
return EncryptedXml.
DecryptKey
(encryptedKey.CipherData.CipherValue, symAlg);