12 references to attributes
System.IdentityModel (12)
System\IdentityModel\Tokens\SamlAttributeStatement.cs (12)
37
this.
attributes
.Add(attribute);
45
get { return this.
attributes
; }
57
foreach (SamlAttribute attribute in
attributes
)
62
this.
attributes
.MakeReadOnly();
73
if (this.
attributes
.Count == 0)
112
this.
attributes
.Add(attribute);
120
if (this.
attributes
.Count == 0)
147
for (int i = 0; i < this.
attributes
.Count; i++)
149
this.
attributes
[i].WriteXml(writer, samlSerializer, keyInfoSerializer);
160
for (int i = 0; i <
attributes
.Count; i++)
162
if (
attributes
[i] != null)
164
ReadOnlyCollection<Claim> attributeClaims =
attributes
[i].ExtractClaims();