1 write to attachedReference
System.IdentityModel (1)
System\IdentityModel\Tokens\SecurityTokenDescriptor.cs (1)
143set { this.attachedReference = value; }
3 references to attachedReference
System.IdentityModel (3)
System\IdentityModel\Tokens\SecurityTokenDescriptor.cs (3)
88if (attachedReference != null) 90response.RequestedAttachedReference = attachedReference; 142get { return this.attachedReference; }