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