7 instantiations of EncryptionMethod
System.Security.Cryptography.Xml (7)
System\Security\Cryptography\Xml\EncryptedData.cs (1)
29EncryptionMethod = new EncryptionMethod();
System\Security\Cryptography\Xml\EncryptedKey.cs (1)
69EncryptionMethod = new EncryptionMethod();
System\Security\Cryptography\Xml\EncryptedXml.cs (4)
541ed.EncryptionMethod = new EncryptionMethod(EncryptedXml.XmlEncAES256Url); 545ek.EncryptionMethod = new EncryptionMethod(EncryptedXml.XmlEncRSA15Url); 587ed.EncryptionMethod = new EncryptionMethod(EncryptedXml.XmlEncAES256Url); 624ek.EncryptionMethod = new EncryptionMethod(encryptionMethod);
System\Security\Cryptography\Xml\XmlLicenseTransform.cs (1)
66encryptionMethodObj = new EncryptionMethod();
5 references to EncryptionMethod
System.Security (1)
System.Security.cs (1)
49[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.EncryptionMethod))]
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\EncryptedType.cs (2)
15private EncryptionMethod? _encryptionMethod; 77public virtual EncryptionMethod? EncryptionMethod
System\Security\Cryptography\Xml\IRelDecryptor.cs (1)
10Stream Decrypt(EncryptionMethod encryptionMethod, KeyInfo keyInfo, Stream toDecrypt);
System\Security\Cryptography\Xml\XmlLicenseTransform.cs (1)
53EncryptionMethod encryptionMethodObj;