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

Assembly: System.Security.Cryptography.Xml

Inheritance: object → KeyInfoClause → KeyInfoName

Represents a <see langword="&lt;KeyName&gt;" /> subelement of an XMLDSIG or XML Encryption <see langword="&lt;KeyInfo&gt;" /> element.

Properties

public string
Value
Gets or sets the string identifier contained within a <see langword="&lt;KeyName&gt;" /> element.

Methods

GetXml​()
Returns an XML representation of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoName" /> object.
Returns An XML representation of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoName" /> object.
public void
LoadXml​(Xml.​XmlElement value)
Parses the input <see cref="T:System.Xml.XmlElement" /> object and configures the internal state of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoName" /> object to match.
value The <see cref="T:System.Xml.XmlElement" /> object that specifies the state of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoName" /> object.
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