6 references to KeyAlgorithm
System.Configuration (1)
System\Configuration\FipsAwareEncryptedXml.cs (1)
65symmetricAlgorithmUri = encryptedData.EncryptionMethod.KeyAlgorithm;
System.Security (5)
system\security\cryptography\xml\encryptedxml.cs (5)
311symmetricAlgorithmUri = encryptedData.EncryptionMethod.KeyAlgorithm; 392symmetricAlgorithmUri = encryptedData.EncryptionMethod.KeyAlgorithm; 438fOAEP = (encryptedKey.EncryptionMethod != null && encryptedKey.EncryptionMethod.KeyAlgorithm == EncryptedXml.XmlEncRSAOAEPUrl); 452fOAEP = (encryptedKey.EncryptionMethod != null && encryptedKey.EncryptionMethod.KeyAlgorithm == EncryptedXml.XmlEncRSAOAEPUrl); 487SymmetricAlgorithm symAlg = Utils.CreateFromName<SymmetricAlgorithm>(encryptedKey.EncryptionMethod.KeyAlgorithm);