KeyInfoNode

KeyInfoNode

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



Programming. NET Security
Programming .Net Security
ISBN: 0596004427
EAN: 2147483647
Year: 2005
Pages: 346

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net