Saml2AttributeStatement Class

Definition

Represents the AttributeStatement element specified in [Saml2Core, 2.7.3]. see: http://docs.oasis-open.org/security/saml/v2.0/saml-core-2.0-os.pdf

public class Saml2AttributeStatement : Microsoft.IdentityModel.Tokens.Saml2.Saml2Statement
type Saml2AttributeStatement = class
    inherit Saml2Statement
Public Class Saml2AttributeStatement
Inherits Saml2Statement
Inheritance
Saml2AttributeStatement

Constructors

Saml2AttributeStatement()

Creates an instance of Saml2AttributeStatement.

Saml2AttributeStatement(IEnumerable<Saml2Attribute>)

Creates an instance of Saml2AttributeStatement.

Saml2AttributeStatement(Saml2Attribute)

Creates an instance of Saml2AttributeStatement.

Properties

Attributes

Gets the collection of Saml2Attribute of this statement. [Saml2Core, 2.7.3]

Applies to