ComputerInfo.OsEncryptionLevel 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.
Encryption level for secure transactions: 40-bit, 128-bit, or n-bit.
public:
property Nullable<Microsoft::PowerShell::Commands::OSEncryptionLevel> OsEncryptionLevel { Nullable<Microsoft::PowerShell::Commands::OSEncryptionLevel> get(); };
public Microsoft.PowerShell.Commands.OSEncryptionLevel? OsEncryptionLevel { get; }
member this.OsEncryptionLevel : Nullable<Microsoft.PowerShell.Commands.OSEncryptionLevel>
Public ReadOnly Property OsEncryptionLevel As Nullable(Of OSEncryptionLevel)