2 references to DefaultTrustedStoreLocation
System.IdentityModel (2)
System\IdentityModel\Tokens\SecurityTokenHandlerConfiguration.cs (2)
71
StoreLocation trustedStoreLocation =
DefaultTrustedStoreLocation
;
78
public static readonly X509CertificateValidator DefaultCertificateValidator = X509Util.CreateCertificateValidator(DefaultCertificateValidationMode, DefaultRevocationMode,
DefaultTrustedStoreLocation
);