System.Security.Cryptography.Xml.KeyInfo
Represents an XML digital signature or XML encryption <KeyInfo> element.
Gets the number of KeyInfoClause objects contained in the KeyInfo object.
Gets or sets the key information identity.
public KeyInfo()
Initializes a new instance of the KeyInfo class.
Adds a KeyInfoClause that represents a particular type of KeyInfo information to the KeyInfo object.
Returns an enumerator of the KeyInfoClause objects in the KeyInfo object.
Returns an enumerator of the KeyInfoClause objects of the specified type in the KeyInfo object.
Returns the XML representation of the KeyInfo object.
Loads a KeyInfo state from an XML element.