KeyInfoNode Class
Handles KeyInfo subelements that do not have specific implementations or handlers registered on the machine.
For a list of all members of this type, see KeyInfoNode Members.
System.Object
System.Security.Cryptography.Xml.KeyInfoClause
System.Security.Cryptography.Xml.KeyInfoNode
[Visual Basic] Public Class KeyInfoNode Inherits KeyInfoClause [C#] public class KeyInfoNode : KeyInfoClause [C++] public __gc class KeyInfoNode : public KeyInfoClause [JScript] public class KeyInfoNode extends KeyInfoClause
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
The KeyInfo subelements with specific implementations are KeyInfoName, KeyInfoRetrievalMethod, and KeyInfoX509Data.
For more information about the <KeyInfo> element, see Section 4.4 of the XMLDSIG specification, which is available from the W3C at www.w3.org/TR/xmldsig-core/.
Requirements
Namespace: System.Security.Cryptography.Xml
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Security (in System.Security.dll)
See Also
KeyInfoNode Members | System.Security.Cryptography.Xml Namespace