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



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