June 2003
Intermediate to advanced
714 pages
22h 8m
English
KeyInfoNode
public class KeyInfoNode : KeyInfoClause { // Public Constructors public KeyInfoNode( ); public KeyInfoNode(System.Xml.XmlElementnode); // Public Instance Properties public XmlElement Value{set; get; } // Public Instance Methods public override XmlElement GetXml( ); // overrides KeyInfoClause public override void LoadXml(System.Xml.XmlElementvalue); // overrides KeyInfoClause }
This class allows the .NET support for XML Signatures to include
information about cryptographic keys that are not supported by the
default cryptographic algorithms. The Value
property gets or sets the XML content of a
KeyInfoNode instance.
System.Object
→
KeyInfoClause
→
KeyInfoNode