OSEncryptionLevel 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.
Encryption level for secure transactions: 40-bit, 128-bit, or n-bit.
public enum class OSEncryptionLevel
	public enum class OSEncryptionLevel
	enum OSEncryptionLevel
	public enum OSEncryptionLevel
	type OSEncryptionLevel = 
	Public Enum OSEncryptionLevel
		- Inheritance
 - 
				OSEncryptionLevel
 
Fields
| Name | Value | Description | 
|---|---|---|
| Encrypt40Bits | 0 | 40-bit encription  | 
			
| Encrypt128Bits | 1 | 128-bit encription  | 
			
| EncryptNBits | 2 | n-bit encription  |