7 references to Certificate
System.ServiceModel (7)
System\ServiceModel\Channels\PeerSecurityManager.cs (7)
74return credManager.Certificate; 309if (manager.credManager.Certificate == null) 376X509Certificate2 cert = credManager.Certificate; 515authenticatorHash = PeerSecurityHelpers.ComputeHash(credManager.Certificate, credManager.Password); 593return new PeerHashToken(this.credManager.Certificate, this.credManager.Password); 827if (!this.Certificate.Equals(that.Certificate))