SslAuthenticate 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 control when to use SSL.
public enum SslAuthenticate
type SslAuthenticate =
- Inheritance
-
SslAuthenticate
Fields
Name | Value | Description |
---|---|---|
Never | 0 | |
Always | 1 | |
Try | 2 |