2 references to GetDecryptionKey
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\EncryptedXml.cs (1)
689
SymmetricAlgorithm? symAlg =
GetDecryptionKey
(ed, null);
System\Security\Cryptography\Xml\XmlDecryptionTransform.cs (1)
211
SymmetricAlgorithm? symAlg = EncryptedXml.
GetDecryptionKey
(ed, null);