EasClientSecurityPolicy.RequireEncryption Property
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
EasClientSecurityPolicy may be unavailable for releases after Windows 10.
Gets or sets whether encryption is required. The MS-ASPROV name is RequireDeviceEncryption.
public:
property bool RequireEncryption { bool get(); void set(bool value); };
bool RequireEncryption();
void RequireEncryption(bool value);
public bool RequireEncryption { get; set; }
var boolean = easClientSecurityPolicy.requireEncryption;
easClientSecurityPolicy.requireEncryption = boolean;
Public Property RequireEncryption As Boolean
Property Value
Boolean
bool
TRUE means encryption is required.