SamlSubjectStatement Constructors

Definition

Initializes a new instance of the SamlSubjectStatement class.

Overloads

SamlSubjectStatement()

Initializes a new instance of the SamlSubjectStatement class.

SamlSubjectStatement(SamlSubject)

Initializes a new instance of the SamlSubjectStatement class using the specified subject.

SamlSubjectStatement()

Initializes a new instance of the SamlSubjectStatement class.

protected:
 SamlSubjectStatement();
protected SamlSubjectStatement ();
Protected Sub New ()

Remarks

This constructor initializes the IsReadOnly property.

Applies to

SamlSubjectStatement(SamlSubject)

Initializes a new instance of the SamlSubjectStatement class using the specified subject.

protected:
 SamlSubjectStatement(System::IdentityModel::Tokens::SamlSubject ^ samlSubject);
protected SamlSubjectStatement (System.IdentityModel.Tokens.SamlSubject samlSubject);
new System.IdentityModel.Tokens.SamlSubjectStatement : System.IdentityModel.Tokens.SamlSubject -> System.IdentityModel.Tokens.SamlSubjectStatement
Protected Sub New (samlSubject As SamlSubject)

Parameters

samlSubject
SamlSubject

A SamlSubject that identifies the subject of a SamlSecurityToken security token. Sets the SamlSubject property.

Remarks

This constructor initializes the IsReadOnly property.

Applies to