SslProtocolSide 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.
Enumerates values that indicate whether a server side or client side SslContext should be created.
public enum SslProtocolSide
type SslProtocolSide =
- Inheritance
-
SslProtocolSide
Fields
Name | Value | Description |
---|---|---|
Server | 0 | |
Client | 1 |