4 references to System
System.Security.Cryptography (4)
System\Security\Cryptography\X509Certificates\FindPal.Windows.cs (1)
449X509ChainTrustMode.System,
System\Security\Cryptography\X509Certificates\X509Chain.cs (1)
105if (_chainPolicy.TrustMode == X509ChainTrustMode.System && _chainPolicy.CustomTrustStore.Count > 0)
System\Security\Cryptography\X509Certificates\X509ChainPolicy.cs (2)
103if (value < X509ChainTrustMode.System || value > X509ChainTrustMode.CustomRootTrust) 131_trustMode = X509ChainTrustMode.System;