SamlStatement 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 [Saml, 2.4].
public abstract class SamlStatement
type SamlStatement = class
Public MustInherit Class SamlStatement
- Inheritance
-
SamlStatement
- Derived
Remarks
This abstract class provides no operations; however, this type is used to declare collections of statements, for example SamlAssertion.Statements.
Constructors
SamlStatement() |