SocketSecurityRole Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the role for socket security.
public enum SocketSecurityRole
type SocketSecurityRole =
Public Enum SocketSecurityRole
- Inheritance
-
SocketSecurityRole
Fields
Name | Value | Description |
---|---|---|
SslServer | 0 | Identifies the application as an SSL server, meaning that the application will accept only a secure transport connection. |
SslClient | 1 | The application is identified as an SSL client, meaning the application will attempt to connect and send messages using an encrypted channel. |
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. |
Applies to
Azure SDK for .NET