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.​CipherReference
Assembly: System.Security.Cryptography.Xml
Inheritance: object → EncryptedReference → CipherReference
Represents the <see langword="<CipherReference>" /> element in XML encryption. This class cannot be inherited.
Properties
protected
string
ReferenceType
Gets or sets a reference type.
public
TransformChain
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
GetXml​()
Returns the XML representation of a <see cref="T:System.Security.Cryptography.Xml.CipherReference" /> object.
Returns An <see cref="T:System.Xml.XmlElement" /> that represents the <see langword="<CipherReference>" /> element in XML encryption.
public
void
LoadXml​(Xml.​XmlElement value)
Loads XML information into the <see langword="<CipherReference>" /> element in XML encryption.
value
An <see cref="T:System.Xml.XmlElement" /> object that represents an XML element to use as the reference.
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.
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object