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