TlsProtocols 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.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
public enum class TlsProtocols
[System.Flags]
public enum TlsProtocols
[<System.Flags>]
type TlsProtocols =
Public Enum TlsProtocols
- Inheritance
- Attributes
Fields
| ClientMask | 2688 | |
| ServerMask | 1344 | |
| Tls10 | 192 | |
| Tls10Client | 128 | |
| Tls10Server | 64 | |
| Tls11 | 768 | |
| Tls11Client | 512 | |
| Tls11Server | 256 | |
| Tls12 | 3072 | |
| Tls12Client | 2048 | |
| Tls12Server | 1024 | |
| Zero | 0 |