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]. see: http://docs.oasis-open.org/security/saml/v2.0/saml-core-2.0-os.pdf
public abstract class Saml2Statement
type Saml2Statement = class
Public MustInherit Class Saml2Statement
- Inheritance
-
Saml2Statement
- Derived
Remarks
This abstract class provides no operations; however, this type is used to declare collections of statements, for example Saml2Assertion.Statements.
Constructors
Saml2Statement() |