KeyInfoName

KeyInfoName

System.Security.Cryptography.Xml (system.security.dll)class
public class KeyInfoName : KeyInfoClause {
// Public Constructors
   public KeyInfoName(  );
// Public Instance Properties
   public string Value{set; get; }
// Public Instance Methods
   public override XmlElement GetXml(  );
// overrides KeyInfoClause
   public override void LoadXml(System.Xml.XmlElement value);   
// overrides KeyInfoClause
}

This class represents an identifier that may be used in identifying the key required to validate an XML Signature. The Value property gets and sets the identifier value, which is dependent on the format of the key used to create the signature.

Hierarchy

System.Object KeyInfoClause KeyInfoName



    Part V: API Quick Reference