System.Security.Cryptography.Xml (system.security.dll) | class |
public class KeyInfoNode : KeyInfoClause {
// Public Constructors
public KeyInfoNode( );
public KeyInfoNode(System.Xml.XmlElement node);
// Public Instance Properties
public XmlElement Value{set; get; }
// Public Instance Methods
public override XmlElement GetXml( );
// overrides KeyInfoClause
public override void LoadXml(System.Xml.XmlElement value);
// 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.
Hierarchy
System.Object
KeyInfoClause
KeyInfoNode
|