11 references to Equals
mscorlib (4)
system\security\cryptography\x509certificates\x509certificate.cs (1)
378return this.Equals(other);
system\security\permissions\publisheridentitypermission.cs (3)
162if(certThis.Equals(certThat)) 200if(certThis.Equals(certThat)) 244if(certThat.Equals(cert))
System (3)
net\System\Net\_SecureChannel.cs (2)
707GlobalLog.Assert(((object) clientCertificate == (object) selectedCert) || clientCertificate.Equals(selectedCert), "AcquireClientCredentials()|'selectedCert' does not match 'clientCertificate'."); 827GlobalLog.Assert(localCertificate.Equals(selectedCert), "AcquireServerCredentials()|'selectedCert' does not match 'localCertificate'.");
net\System\Net\X509CertificateCollection.cs (1)
59if (cert.Equals(value)) {
System.ServiceModel (4)
System\ServiceModel\Channels\PeerSecurityManager.cs (1)
827if (!this.Certificate.Equals(that.Certificate))
System\ServiceModel\Security\PeerCredential.cs (3)
147if (this.Certificate != null && that.Certificate != null && !this.Certificate.Equals(that.Certificate)) 159if ((this.Certificate == null) || !this.Certificate.Equals(that.Certificate)) 163if (!this.Certificate.Equals(that.Certificate))