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

Assembly: System.Security.Cryptography.Xml

Inheritance: object → CipherData

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

Properties

CipherReference
Gets or sets the <see langword="&lt;CipherReference&gt;" /> element.
public byte[]
CipherValue
Gets or sets the <see langword="&lt;CipherValue&gt;" /> element.

Methods

GetXml​()
Gets the XML values for the <see cref="T:System.Security.Cryptography.Xml.CipherData" /> object.
Returns A <see cref="T:System.Xml.XmlElement" /> object that represents the XML information for the <see cref="T:System.Security.Cryptography.Xml.CipherData" /> object.
public void
LoadXml​(Xml.​XmlElement value)
Loads XML data from an <see cref="T:System.Xml.XmlElement" /> into a <see cref="T:System.Security.Cryptography.Xml.CipherData" /> object.
value An <see cref="T:System.Xml.XmlElement" /> that represents the XML data to load.
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