EasEncryptionProviderType Enum

Definition

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

NotEvaluated 0

The encryption provider type has not yet been determined.

OtherEncryption 2

The encryption provider is a non-Windows provider.

WindowsEncryption 1

The encryption provider is a Windows provider.

Applies to