1 write to identity
System.IdentityModel (1)
System\IdentityModel\Selectors\CustomUserNameSecurityTokenAuthenticator.cs (1)
40this.identity = SecurityUtils.CreateIdentity(userName, authType);
1 reference to identity
System.IdentityModel (1)
System\IdentityModel\Selectors\CustomUserNameSecurityTokenAuthenticator.cs (1)
50get { return this.identity; }