Share via


SamlAttributeStatement Constructors

Definition

Overloads

SamlAttributeStatement(SamlSubject, SamlAttribute)

Creates an instance of SamlAttributeStatement.

SamlAttributeStatement(SamlSubject, IEnumerable<SamlAttribute>)

Creates an instance of SamlAttributeStatement.

SamlAttributeStatement(SamlSubject, SamlAttribute)

Creates an instance of SamlAttributeStatement.

public SamlAttributeStatement (Microsoft.IdentityModel.Tokens.Saml.SamlSubject samlSubject, Microsoft.IdentityModel.Tokens.Saml.SamlAttribute attribute);
new Microsoft.IdentityModel.Tokens.Saml.SamlAttributeStatement : Microsoft.IdentityModel.Tokens.Saml.SamlSubject * Microsoft.IdentityModel.Tokens.Saml.SamlAttribute -> Microsoft.IdentityModel.Tokens.Saml.SamlAttributeStatement
Public Sub New (samlSubject As SamlSubject, attribute As SamlAttribute)

Parameters

samlSubject
SamlSubject

The subject of the attribute statement.

attribute
SamlAttribute

The SamlAttribute contained in this statement.

Applies to

SamlAttributeStatement(SamlSubject, IEnumerable<SamlAttribute>)

Creates an instance of SamlAttributeStatement.

public SamlAttributeStatement (Microsoft.IdentityModel.Tokens.Saml.SamlSubject samlSubject, System.Collections.Generic.IEnumerable<Microsoft.IdentityModel.Tokens.Saml.SamlAttribute> attributes);
new Microsoft.IdentityModel.Tokens.Saml.SamlAttributeStatement : Microsoft.IdentityModel.Tokens.Saml.SamlSubject * seq<Microsoft.IdentityModel.Tokens.Saml.SamlAttribute> -> Microsoft.IdentityModel.Tokens.Saml.SamlAttributeStatement
Public Sub New (samlSubject As SamlSubject, attributes As IEnumerable(Of SamlAttribute))

Parameters

samlSubject
SamlSubject

The subject of the attribute statement.

Applies to