EasEncryptionProviderType 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.
Note
EasEncryptionProviderType may be unavailable for releases after Windows 10.
Describes the type of Exchange ActiveSync encryption provider.
public enum class EasEncryptionProviderType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.ExchangeActiveSyncProvisioning.EasContract, 65536)]
enum class EasEncryptionProviderType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.ExchangeActiveSyncProvisioning.EasContract), 65536)]
public enum EasEncryptionProviderType
var value = Windows.Security.ExchangeActiveSyncProvisioning.EasEncryptionProviderType.notEvaluated
Public Enum EasEncryptionProviderType
- Inheritance
-
EasEncryptionProviderType
- Attributes
Windows requirements
Device family |
Windows Desktop Extension SDK (introduced in 10.0.10240.0)
|
API contract |
Windows.Security.ExchangeActiveSyncProvisioning.EasContract (introduced in v1.0)
|
Fields
Name | Value | Description |
---|---|---|
NotEvaluated | 0 | The encryption provider type has not yet been determined. |
WindowsEncryption | 1 | The encryption provider is a Windows provider. |
OtherEncryption | 2 | The encryption provider is a non-Windows provider. |