1 write to unattachedReference
System.IdentityModel (1)
System\IdentityModel\Tokens\SecurityTokenDescriptor.cs (1)
198set { this.unattachedReference = value; }
3 references to unattachedReference
System.IdentityModel (3)
System\IdentityModel\Tokens\SecurityTokenDescriptor.cs (3)
93if (unattachedReference != null) 95response.RequestedUnattachedReference = unattachedReference; 197get { return this.unattachedReference; }