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