Saml2Statement Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the StatementAbstractType specified in [Saml2Core, 2.7.1].
public ref class Saml2Statement abstract
public abstract class Saml2Statement
type Saml2Statement = class
Public MustInherit Class Saml2Statement
- Inheritance
-
Saml2Statement
- Derived
Remarks
This abstract class provides no operations; however, it is the base class from which all classes that represent SAML statements derive. For example, the Saml2AttributeStatement class, which represents a SAML Attribute Statement, derives from this class. This class is also used to declare collections of SAML Statements in classes as in the Saml2Assertion.Statements property.
For more information about the StatementAbstractType, see the SAML V2.0 Core specification.
Constructors
Saml2Statement() |
Called from constructors in derived classes to initialize the Saml2Statement class. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |