2 writes to revocationMode
System.ServiceModel (2)
System\ServiceModel\Security\X509ServiceCertificateAuthentication.cs (2)
36this.revocationMode = other.revocationMode; 85this.revocationMode = value;
3 references to revocationMode
System.ServiceModel (3)
System\ServiceModel\Security\X509ServiceCertificateAuthentication.cs (3)
36this.revocationMode = other.revocationMode; 80return this.revocationMode; 140chainPolicy.RevocationMode = this.revocationMode;