System.Security.Cryptography.Xml (system.security.dll) | class |
public class KeyInfoRetrievalMethod : KeyInfoClause {
// Public Constructors
public KeyInfoRetrievalMethod( );
public KeyInfoRetrievalMethod(string strUri);
// Public Instance Properties
public string Uri{set; get; }
// Public Instance Methods
public override XmlElement GetXml( );
// overrides KeyInfoClause
public override void LoadXml(System.Xml.XmlElement value);
// 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.
Hierarchy
System.Object
KeyInfoClause
KeyInfoRetrievalMethod
|