EndpointEncryptionAlgorithm 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.
EndpointEncryptionAlgorithm
public enum EndpointEncryptionAlgorithm
type EndpointEncryptionAlgorithm =
Public Enum EndpointEncryptionAlgorithm
- Inheritance
-
EndpointEncryptionAlgorithm
Fields
Aes | 2 | |
AesRC4 | 3 | |
None | 0 | |
RC4 | 1 | |
RC4Aes | 4 |