1 write to format
System.IdentityModel (1)
System\IdentityModel\Tokens\SamlNameIdentifierClaimResource.cs (1)
37
this.
format
= format;
3 references to format
System.IdentityModel (3)
System\IdentityModel\Tokens\SamlNameIdentifierClaimResource.cs (3)
52
return this.
format
;
76
return ((this.nameQualifier == rhs.nameQualifier) && (this.
format
== rhs.
format
) && (this.name == rhs.name));