1 write to internalTokenReference
System.IdentityModel (1)
System\IdentityModel\Tokens\GenericXmlSecurityToken.cs (1)
52
this.
internalTokenReference
= internalTokenReference;
10 references to internalTokenReference
System.IdentityModel (10)
System\IdentityModel\Tokens\GenericXmlSecurityToken.cs (10)
74
get { return this.
internalTokenReference
; }
114
if (this.
internalTokenReference
!= null)
115
writer.WriteLine(" InternalTokenReference: {0}", this.
internalTokenReference
);
157
if (this.
internalTokenReference
!= null && typeof(T) == this.
internalTokenReference
.GetType())
168
if (this.
internalTokenReference
!= null && typeof(T) == this.
internalTokenReference
.GetType())
169
return (T)this.
internalTokenReference
;
179
if (this.
internalTokenReference
!= null && this.
internalTokenReference
.Matches(keyIdentifierClause))