1 write to tokenIssuerName
System.IdentityModel (1)
System\IdentityModel\Tokens\SecurityTokenDescriptor.cs (1)
152set { this.tokenIssuerName = value; }
1 reference to tokenIssuerName
System.IdentityModel (1)
System\IdentityModel\Tokens\SecurityTokenDescriptor.cs (1)
151get { return this.tokenIssuerName; }