Saml2Statement Class

Definition

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()

Applies to