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



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