3 references to PeerHashToken
System.ServiceModel (3)
System\ServiceModel\Channels\PeerSecurityHelpers.cs (2)
546
PeerHashToken token = new
PeerHashToken
(credential, password);
652
PeerHashToken token = new
PeerHashToken
(credential, password);
System\ServiceModel\Channels\PeerSecurityManager.cs (1)
593
return new
PeerHashToken
(this.credManager.Certificate, this.credManager.Password);