3 writes to _trustMode
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\X509ChainPolicy.cs (3)
105
_trustMode
= value;
131
_trustMode
= X509ChainTrustMode.System;
145
_trustMode
= _trustMode,
2 references to _trustMode
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\X509ChainPolicy.cs (2)
99
return
_trustMode
;
145
_trustMode =
_trustMode
,