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