The following tables list the members exposed by Extensions.

Public Constructors

NameDescription
Public ConstructorsExtensions ConstructorOverloaded. Initializes a new instance of the Extensions class.
Top

Public Properties

NameDescription
Public PropertiesElementsGets the list of child elements.
Top

Public Methods

NameDescription
Public MethodsGetXmlOverloaded. Overridden. Converts the object into XML data.
Public MethodsStatic MemberIsValidInidicates whether the element is valid or not.
Public MethodsToStringReturns a System.String that represents the current object. (Inherited from SamlObject)
Top

Protected Methods

NameDescription
Protected MethodsOnAppendChildRaises the AppendChild event. (Inherited from SamlObject)
Protected MethodsOnCreateElementRaises the CreateElement event. (Inherited from SamlObject)
Protected MethodsOnSetAttributeRaises the SetAttribute event. (Inherited from SamlObject)
Top

Public Events

NameDescription
Public EventsAppendChildOccurs when the SAML object is about to add a node to the end of the list of child nodes, of a parent node. (Inherited from SamlObject)
Public EventsCreateElementOccurs when the SAML object is about to create an XML element. (Inherited from SamlObject)
Public EventsSetAttributeOccurs when the SAML object is about to set attribute name and value of an XML element. (Inherited from SamlObject)
Top

See Also