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