Name

KeyInfoName

Synopsis

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

Get Programming .NET Security now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.