2 writes to id
System.IdentityModel (2)
System\IdentityModel\Tokens\RsaSecurityToken.cs (2)
36this.id = id; 52this.id = SecurityUniqueId.Create().Value;
1 reference to id
System.IdentityModel (1)
System\IdentityModel\Tokens\RsaSecurityToken.cs (1)
152get { return this.id; }