June 2003
Intermediate to advanced
714 pages
22h 8m
English
DSAKeyValue
public class DSAKeyValue : KeyInfoClause { // Public Constructors public DSAKeyValue( ); public DSAKeyValue(System.Security.Cryptography.DSAkey); // Public Instance Properties public DSA Key{set; get; } // Public Instance Methods public override XmlElement GetXml( ); // overrides KeyInfoClause public override void LoadXml(System.Xml.XmlElementvalue); // overrides KeyInfoClause }
This class extends KeyInfoClause and represents a
DSA key, specified by the Key property. When an
instance of this class is associated with the
KeyInfo class, the resulting XML Signature
document will include the DSA public key.
System.Object
→
KeyInfoClause
→
DSAKeyValue