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