Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

class System.​Security.​Cryptography.​Xml.​DataReference

Assembly: System.Security.Cryptography.Xml

Inheritance: object → EncryptedReference → DataReference

Represents the <see langword="&lt;DataReference&gt;" /> element used in XML encryption. This class cannot be inherited.

Properties

protected string
ReferenceType
Gets or sets a reference type.
TransformChain
Gets or sets the transform chain of an <see cref="T:System.Security.Cryptography.Xml.EncryptedReference" /> object.
public string
Uri
Gets or sets the Uniform Resource Identifier (URI) of an <see cref="T:System.Security.Cryptography.Xml.EncryptedReference" /> object.

Methods

public void
AddTransform​(Transform transform)
Inherited from EncryptedReference
Adds a <see cref="T:System.Security.Cryptography.Xml.Transform" /> object to the current transform chain of an <see cref="T:System.Security.Cryptography.Xml.EncryptedReference" /> object.
transform A <see cref="T:System.Security.Cryptography.Xml.Transform" /> object to add to the transform chain.
GetXml​()
Inherited from EncryptedReference
Returns the XML representation of an <see cref="T:System.Security.Cryptography.Xml.EncryptedReference" /> object.
Returns An <see cref="T:System.Xml.XmlElement" /> object that represents the values of the <see langword="&lt;EncryptedReference&gt;" /> element in XML encryption.
public void
LoadXml​(Xml.​XmlElement value)
Inherited from EncryptedReference
Loads an XML element into an <see cref="T:System.Security.Cryptography.Xml.EncryptedReference" /> object.
value An <see cref="T:System.Xml.XmlElement" /> object that represents an XML element.
public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
public Type
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object