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