3 instantiations of SamlAttributeStatement
System.IdentityModel (3)
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (2)
460
return new
SamlAttributeStatement
(samlSubject, collectedAttributes);
2519
SamlAttributeStatement attributeStatement = new
SamlAttributeStatement
();
System\IdentityModel\Tokens\SamlSerializer.cs (1)
143
SamlAttributeStatement attrStatement = new
SamlAttributeStatement
();
13 references to SamlAttributeStatement
System.IdentityModel (13)
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (12)
311
SamlAttributeStatement
attributeStatement = CreateAttributeStatement(subject, tokenDescriptor.Subject, tokenDescriptor);
416
protected virtual
SamlAttributeStatement
CreateAttributeStatement(
1189
SamlAttributeStatement
attrStatement = samlStatement as
SamlAttributeStatement
;
1234
protected virtual void ProcessAttributeStatement(
SamlAttributeStatement
samlStatement, ClaimsIdentity subject, string issuer)
2284
SamlAttributeStatement
attributeStatement = statement as
SamlAttributeStatement
;
2505
protected virtual
SamlAttributeStatement
ReadAttributeStatement(XmlReader reader)
2519
SamlAttributeStatement
attributeStatement = new SamlAttributeStatement();
2562
protected virtual void WriteAttributeStatement(XmlWriter writer,
SamlAttributeStatement
statement)
3525
if (statement is
SamlAttributeStatement
)
3527
subjects.Add((statement as
SamlAttributeStatement
).SamlSubject);
System\IdentityModel\Tokens\SamlSerializer.cs (1)
143
SamlAttributeStatement
attrStatement = new SamlAttributeStatement();