CredentialsPackFlags Enumeration

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[FlagsAttribute]
public enum CredentialsPackFlags

Remarks

Members

ProtectedCredentials 1 Encrypts the credential so that it can only be decrypted by processes in the caller's logon session.
WowBuffer 2 Encrypts the credential in a WOW buffer.
GenericCredentials 4 Encrypts the credential in a CRED_GENERIC buffer.
IdProviderCredentials 8 Encrypts the credential of an online identity into a SEC_WINNT_AUTH_IDENTITY_EX2 structure.

If GenericCredentials and IdProviderCredentials are not set, encrypts the credentials in a KERB_INTERACTIVE_LOGON buffer.

See Also