1 write to externalTokenReference
System.IdentityModel (1)
System\IdentityModel\Tokens\GenericXmlSecurityToken.cs (1)
53
this.
externalTokenReference
= externalTokenReference;
10 references to externalTokenReference
System.IdentityModel (10)
System\IdentityModel\Tokens\GenericXmlSecurityToken.cs (10)
79
get { return this.
externalTokenReference
; }
116
if (this.
externalTokenReference
!= null)
117
writer.WriteLine(" ExternalTokenReference: {0}", this.
externalTokenReference
);
160
if (this.
externalTokenReference
!= null && typeof(T) == this.
externalTokenReference
.GetType())
171
if (this.
externalTokenReference
!= null && typeof(T) == this.
externalTokenReference
.GetType())
172
return (T)this.
externalTokenReference
;
183
else if (this.
externalTokenReference
!= null && this.
externalTokenReference
.Matches(keyIdentifierClause))