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.​EncryptionProperty
Assembly: System.Security.Cryptography.Xml
Inheritance: object → EncryptionProperty
Represents the <see langword="<EncryptionProperty>" /> element used in XML encryption. This class cannot be inherited.
Properties
public
string
Id
Gets the ID of the current <see cref="T:System.Security.Cryptography.Xml.EncryptionProperty" /> object.
PropertyElement
Gets or sets an <see cref="T:System.Xml.XmlElement" /> object that represents an <see cref="T:System.Security.Cryptography.Xml.EncryptionProperty" /> object.
public
string
Target
Gets the target of the <see cref="T:System.Security.Cryptography.Xml.EncryptionProperty" /> object.
Methods
GetXml​()
Returns an <see cref="T:System.Xml.XmlElement" /> object that encapsulates an instance of the <see cref="T:System.Security.Cryptography.Xml.EncryptionProperty" /> class.
Returns An <see cref="T:System.Xml.XmlElement" /> object that encapsulates an instance of the <see cref="T:System.Security.Cryptography.Xml.EncryptionProperty" /> class.
public
void
LoadXml​(Xml.​XmlElement value)
Parses the input <see cref="T:System.Xml.XmlElement" /> and configures the internal state of the <see cref="T:System.Security.Cryptography.Xml.EncryptionProperty" /> object to match.
value
An <see cref="T:System.Xml.XmlElement" /> object to parse.
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