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.​DataObject

Assembly: System.Security.Cryptography.Xml

Inheritance: object → DataObject

Represents the object element of an XML signature that holds data to be signed.

Properties

Data
Gets or sets the data value of the current <see cref="T:System.Security.Cryptography.Xml.DataObject" /> object.
public string
Encoding
Gets or sets the encoding of the current <see cref="T:System.Security.Cryptography.Xml.DataObject" /> object.
public string
Id
Gets or sets the identification of the current <see cref="T:System.Security.Cryptography.Xml.DataObject" /> object.
public string
MimeType
Gets or sets the MIME type of the current <see cref="T:System.Security.Cryptography.Xml.DataObject" /> object.

Methods

GetXml​()
Returns the XML representation of the <see cref="T:System.Security.Cryptography.Xml.DataObject" /> object.
Returns The XML representation of the <see cref="T:System.Security.Cryptography.Xml.DataObject" /> object.
public void
LoadXml​(Xml.​XmlElement value)
Loads a <see cref="T:System.Security.Cryptography.Xml.DataObject" /> state from an XML element.
value The XML element to load the <see cref="T:System.Security.Cryptography.Xml.DataObject" /> state from.
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