1 write to RevocationMode
System.ServiceModel (1)
System\ServiceModel\Configuration\X509ClientCertificateAuthenticationElement.cs (1)
87this.RevocationMode = from.RevocationMode;
2 references to RevocationMode
System.ServiceModel (2)
System\ServiceModel\Configuration\X509ClientCertificateAuthenticationElement.cs (2)
87this.RevocationMode = from.RevocationMode; 102cert.RevocationMode = this.RevocationMode;