2 writes to revocationMode
System.ServiceModel (2)
System\ServiceModel\Security\X509PeerCertificateAuthentication.cs (2)
33
this.
revocationMode
= other.revocationMode;
76
this.
revocationMode
= value;
3 references to revocationMode
System.ServiceModel (3)
System\ServiceModel\Security\X509PeerCertificateAuthentication.cs (3)
33
this.revocationMode = other.
revocationMode
;
71
return this.
revocationMode
;
125
chainPolicy.RevocationMode = this.
revocationMode
;