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