1 override of GetDecryptionKey
System.Configuration (1)
System\Configuration\FipsAwareEncryptedXml.cs (1)
24
public override SymmetricAlgorithm
GetDecryptionKey
(EncryptedData encryptedData, string symmetricAlgorithmUri) {
3 references to GetDecryptionKey
System.Configuration (1)
System\Configuration\FipsAwareEncryptedXml.cs (1)
56
return base.
GetDecryptionKey
(encryptedData, symmetricAlgorithmUri);
System.Security (2)
system\security\cryptography\xml\encryptedxml.cs (1)
640
SymmetricAlgorithm symAlg =
GetDecryptionKey
(ed, null);
system\security\cryptography\xml\transform.cs (1)
1267
SymmetricAlgorithm symAlg = this.EncryptedXml.
GetDecryptionKey
(ed, null);