3 references to Token
System.IdentityModel (3)
System\IdentityModel\Tokens\EncryptedSecurityTokenHandler.cs (3)
318
SecurityTokenHandler securityTokenHandler = this.ContainingCollection[encryptedToken.
Token
.GetType()];
321
securityTokenHandler.WriteToken(plaintextWriter, encryptedToken.
Token
);
325
throw DiagnosticUtility.ThrowHelperInvalidOperation(SR.GetString(SR.ID4224, encryptedToken.
Token
.GetType()));