2 writes to revocationMode
System.ServiceModel (2)
System\ServiceModel\Security\X509ClientCertificateAuthentication.cs (2)
41this.revocationMode = other.revocationMode; 92this.revocationMode = value;
3 references to revocationMode
System.ServiceModel (3)
System\ServiceModel\Security\X509ClientCertificateAuthentication.cs (3)
41this.revocationMode = other.revocationMode; 87return this.revocationMode; 170chainPolicy.RevocationMode = this.revocationMode;