Name

KeyInfoClause

Synopsis

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( )

Get Programming .NET Security now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.