11 writes to ReferenceType
System.Security.Cryptography.Xml (11)
System\Security\Cryptography\Xml\CipherReference.cs (4)
15
ReferenceType
= "CipherReference";
20
ReferenceType
= "CipherReference";
25
ReferenceType
= "CipherReference";
78
ReferenceType
= value.LocalName;
System\Security\Cryptography\Xml\DataReference.cs (3)
10
ReferenceType
= "DataReference";
15
ReferenceType
= "DataReference";
20
ReferenceType
= "DataReference";
System\Security\Cryptography\Xml\EncryptedReference.cs (1)
114
ReferenceType
= value.LocalName;
System\Security\Cryptography\Xml\KeyReference.cs (3)
10
ReferenceType
= "KeyReference";
15
ReferenceType
= "KeyReference";
20
ReferenceType
= "KeyReference";
4 references to ReferenceType
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\CipherReference.cs (2)
54
if (
ReferenceType
== null)
58
XmlElement referenceElement = document.CreateElement(
ReferenceType
, EncryptedXml.XmlEncNamespaceUrl);
System\Security\Cryptography\Xml\EncryptedReference.cs (2)
90
if (
ReferenceType
== null)
94
XmlElement referenceElement = document.CreateElement(
ReferenceType
, EncryptedXml.XmlEncNamespaceUrl);