4 instantiations of CipherData
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\EncryptedData.cs (1)
47
CipherData = new
CipherData
();
System\Security\Cryptography\Xml\EncryptedKey.cs (1)
87
CipherData = new
CipherData
();
System\Security\Cryptography\Xml\EncryptedType.cs (1)
96
get => _cipherData ??= new
CipherData
();
System\Security\Cryptography\Xml\XmlLicenseTransform.cs (1)
68
cipherDataObj = new
CipherData
();
5 references to CipherData
System.Security (1)
System.Security.cs (1)
39
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.
CipherData
))]
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\EncryptedType.cs (2)
16
private
CipherData
? _cipherData;
94
public virtual
CipherData
CipherData
System\Security\Cryptography\Xml\EncryptedXml.cs (1)
183
private byte[] GetCipherValue(
CipherData
cipherData)
System\Security\Cryptography\Xml\XmlLicenseTransform.cs (1)
55
CipherData
cipherDataObj;