7 instantiations of EncryptionMethod
System.Security.Cryptography.Xml (7)
System\Security\Cryptography\Xml\EncryptedData.cs (1)
32EncryptionMethod = new EncryptionMethod();
System\Security\Cryptography\Xml\EncryptedKey.cs (1)
72EncryptionMethod = new EncryptionMethod();
System\Security\Cryptography\Xml\EncryptedXml.cs (4)
565ed.EncryptionMethod = new EncryptionMethod(EncryptedXml.XmlEncAES256Url); 569ek.EncryptionMethod = new EncryptionMethod(EncryptedXml.XmlEncRSA15Url); 617ed.EncryptionMethod = new EncryptionMethod(EncryptedXml.XmlEncAES256Url); 654ek.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;