June 2003
Intermediate to advanced
714 pages
22h 8m
English
KeyInfoClause
public abstract class KeyInfoClause {
// Public Constructors
public KeyInfoClause( );
// Public Instance Methods
public abstract XmlElement GetXml( );
public abstract void LoadXml(System.Xml.XmlElement element);
}This is the abstract parent for all classes representing the identity
of a cryptographic key. Instances of this class are associated with
an XML Signature document through the KeyInfo
class.
DSAKeyValue, KeyInfoName,
KeyInfoNode,
KeyInfoRetrievalMethod,
KeyInfoX509Data, RSAKeyValue
KeyInfo.AddClause( )