June 2003
Intermediate to advanced
714 pages
22h 8m
English
KeyInfoRetrievalMethod
public class KeyInfoRetrievalMethod : KeyInfoClause { // Public Constructors public KeyInfoRetrievalMethod( ); public KeyInfoRetrievalMethod(stringstrUri); // Public Instance Properties public string Uri{set; get; } // Public Instance Methods public override XmlElement GetXml( ); // overrides KeyInfoClause public override void LoadXml(System.Xml.XmlElementvalue); // overrides KeyInfoClause }
The KeyInfoRetrievalMethod class allows an XML
Signature document to refer to information outside of the signature
document that identifies the key required to verify the signature.
The Value property gets or sets the URL
representing the location of the information.
System.Object
→
KeyInfoClause
→
KeyInfoRetrievalMethod