1 write to credManager
System.ServiceModel (1)
System\ServiceModel\Channels\PeerSecurityManager.cs (1)
282
manager.
credManager
= credman;
18 references to credManager
System.ServiceModel (18)
System\ServiceModel\Channels\PeerSecurityManager.cs (18)
74
return
credManager
.Certificate;
257
description.Behaviors.Add(
credManager
.CloneForTransport());
300
if (String.IsNullOrEmpty(manager.
credManager
.Password))
309
if (manager.
credManager
.Certificate == null)
376
X509Certificate2 cert =
credManager
.Certificate;
395
bpc.Add(
credManager
);
397
outgoingProtocolFactory = securityBindingElement.CreateSecurityProtocolFactory<IOutputChannel>(context,
credManager
, false, null);
423
bpc.Add(
credManager
);
425
incomingProtocolFactory = securityBindingElement.CreateSecurityProtocolFactory<IOutputChannel>(context,
credManager
, true, null);
488
if (this.
credManager
!= null)
489
this.
credManager
.CheckIfCompatible(that.
credManager
);
515
authenticatorHash = PeerSecurityHelpers.ComputeHash(
credManager
.Certificate,
credManager
.Password);
537
return PeerSecurityHelpers.Authenticate(claim, this.
credManager
.Password, message);
571
factory.Endpoint.Behaviors.Add(this.
credManager
.CloneForTransport());
593
return new PeerHashToken(this.
credManager
.Certificate, this.
credManager
.Password);