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