Table of Contents

Enum PasswordEncryptionType

Namespace
ItTiger.TigerQuery.Core
Assembly
ItTiger.TigerQuery.Core.dll
Identifies how a persisted password value is protected.
public enum PasswordEncryptionType

Fields

DPAPI = 1
The value is protected with Windows DPAPI for the current user.
NotApplicable = 0
No encrypted password is applicable, such as for integrated authentication.