1 write to Security
System.ServiceModel (1)
System\ServiceModel\Configuration\NetPeerTcpBindingElement.cs (1)
104peerBinding.Security = new PeerSecuritySettings();
6 references to Security
System.ServiceModel (6)
System\ServiceModel\Configuration\NetPeerTcpBindingElement.cs (2)
91this.Security.InitializeFrom(peerBinding.Security); 107this.Security.ApplyConfiguration(peerBinding.Security);
System\ServiceModel\NetPeerTcpBinding.cs (4)
126this.Security.Mode = transport.Security.Mode; 198transport.Security.Mode = this.Security.Mode; 199transport.Security.Transport.CredentialType = this.Security.Transport.CredentialType; 271return this.Security.InternalShouldSerialize();