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