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