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.​KeyInfoNode
Assembly: System.Security.Cryptography.Xml
Inheritance: object → KeyInfoClause → KeyInfoNode
Handles <see cref="T:System.Security.Cryptography.Xml.KeyInfo" /> subelements that do not have specific implementations or handlers registered on the machine.
Properties
Value
Gets or sets the XML content of the current <see cref="T:System.Security.Cryptography.Xml.KeyInfoNode" /> .
Methods
GetXml​()
Returns an XML representation of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoNode" /> .
Returns An XML representation of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoNode" /> .
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.KeyInfoNode" /> to match.
value
The <see cref="T:System.Xml.XmlElement" /> that specifies the state of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoNode" /> .
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