2 writes to _revocationMode
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\X509ServiceCertificateAuthentication.cs (2)
32
_revocationMode
= other._revocationMode;
75
_revocationMode
= value;
3 references to _revocationMode
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\X509ServiceCertificateAuthentication.cs (3)
32
_revocationMode = other.
_revocationMode
;
70
return
_revocationMode
;
124
chainPolicy.RevocationMode =
_revocationMode
;