2 writes to x509NTAuthChainTrustValidator
System.IdentityModel (2)
System\IdentityModel\Tokens\X509SecurityTokenHandler.cs (2)
285this.x509NTAuthChainTrustValidator = value; 567this.x509NTAuthChainTrustValidator = new X509NTAuthChainTrustValidator();
4 references to x509NTAuthChainTrustValidator
System.IdentityModel (4)
System\IdentityModel\Tokens\X509SecurityTokenHandler.cs (4)
280return this.x509NTAuthChainTrustValidator; 561if (this.x509NTAuthChainTrustValidator == null) 565if (this.x509NTAuthChainTrustValidator == null) 572this.x509NTAuthChainTrustValidator.Validate(x509Token.Certificate);