2 writes to credential
System.ServiceModel (2)
System\ServiceModel\Channels\PeerSecurityManager.cs (2)
670this.credential = credential; 701cloner.credential = new PeerCredential(this.credential);
11 references to credential
System.ServiceModel (11)
System\ServiceModel\Channels\PeerSecurityManager.cs (11)
692return new PeerClientSecurityTokenManager(this.parent, credential, mode, messageAuth); 700if (this.credential != null) 701cloner.credential = new PeerCredential(this.credential); 713return this.credential; 720if (this.credential != null) 721return credential.MeshPassword; 743if (this.credential != null) 745result = credential.Certificate; 806if (this.credential != null) 808return this.credential.Equals(that.credential, mode, messageAuth);