KeyInfoRetrievalMethod

KeyInfoRetrievalMethod

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



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