3 writes to messageSenderAuthentication
System.ServiceModel (3)
System\ServiceModel\Security\PeerCredential.cs (3)
26messageSenderAuthentication = new X509PeerCertificateAuthentication(); 34this.messageSenderAuthentication = new X509PeerCertificateAuthentication(other.messageSenderAuthentication); 86this.messageSenderAuthentication = value;
4 references to messageSenderAuthentication
System.ServiceModel (4)
System\ServiceModel\Security\PeerCredential.cs (4)
34this.messageSenderAuthentication = new X509PeerCertificateAuthentication(other.messageSenderAuthentication); 81return this.messageSenderAuthentication; 113this.messageSenderAuthentication.MakeReadOnly(); 145if (!SameAuthenticators(this.MessageSenderAuthentication, that.messageSenderAuthentication))