1 instantiation of CipherReference
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\CipherData.cs (1)
116_cipherReference = new CipherReference();
5 references to CipherReference
System.Security (1)
System.Security.cs (1)
40[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.CipherReference))]
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\CipherData.cs (3)
12private CipherReference? _cipherReference; 22public CipherData(CipherReference cipherReference) 37public CipherReference? CipherReference
System\Security\Cryptography\Xml\EncryptedXml.cs (1)
964private static bool ReferenceUsesSafeTransformMethods(CipherReference reference)