Defines the IPSec encryption types.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
public enum RasIPSecEncryptionType |
| Visual Basic |
|---|
Public Enumeration RasIPSecEncryptionType |
| Visual C++ |
|---|
public enum class RasIPSecEncryptionType |
| F# |
|---|
type RasIPSecEncryptionType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No encryption type specified. | |
| Des | 1 | DES encryption. | |
| TripleDes | 2 | Triple DES encryption. | |
| Aes128 | 3 | AES 128-bit encryption. | |
| Aes192 | 4 | AES 192-bit encryption. | |
| Aes256 | 5 | AES 256-bit encryption. | |
| Max | 6 | Maximum encryption. |
Remarks
Known Limitations:
- This type is only available on Windows 7 and later operating systems.