Enum SocketSecurityRole
- Namespace
- Microsoft.ServiceBus
- Assembly
- Microsoft.ServiceBus.dll
Describes the role for socket security.
public enum SocketSecurityRole
Fields
None = 2
When set on a client, the application will send unencrypted messages. When set on a server, the application will accept both encrypted and unencrypted messages.
SslClient = 1
The application is identified as an SSL client, meaning the application will attempt to connect and send messages using an encrypted channel.
SslServer = 0
Identifies the application as an SSL server, meaning that the application will accept only a secure transport connection.