KeyInfoClause

KeyInfoClause

System.Security.Cryptography.Xml (system.security.dll)abstract class
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.

Subclasses

DSAKeyValue, KeyInfoName, KeyInfoNode, KeyInfoRetrievalMethod, KeyInfoX509Data, RSAKeyValue

Passed To

KeyInfo.AddClause( )



    Part V: API Quick Reference