Share via


SamlAttributeStatement Class

Definition

Represents the AttributeStatement element.

public class SamlAttributeStatement : Microsoft.IdentityModel.Tokens.Saml.SamlSubjectStatement
type SamlAttributeStatement = class
    inherit SamlSubjectStatement
Public Class SamlAttributeStatement
Inherits SamlSubjectStatement
Inheritance
SamlAttributeStatement

Constructors

SamlAttributeStatement(SamlSubject, IEnumerable<SamlAttribute>)

Creates an instance of SamlAttributeStatement.

SamlAttributeStatement(SamlSubject, SamlAttribute)

Creates an instance of SamlAttributeStatement.

Properties

Attributes

Gets a collection of ICollection<T>.

Subject

Gets or sets the subject of the statement.

(Inherited from SamlSubjectStatement)

Applies to