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