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