Compartir a través de


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

Name Description
SamlAttributeStatement(SamlSubject, IEnumerable<SamlAttribute>)

Creates an instance of SamlAttributeStatement.

SamlAttributeStatement(SamlSubject, SamlAttribute)

Creates an instance of SamlAttributeStatement.

Properties

Name Description
Attributes

Gets a collection of ICollection<T>.

Subject

Gets or sets the subject of the statement.

(Inherited from SamlSubjectStatement)

Applies to