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