CredentialsPackFlags Enumeration
Specifies how a credential should be packed/unpacked when calling
CredPackAuthenticationBuffer(CredentialsPackFlags, String, String, IntPtr, Int32) and
CredUnPackAuthenticationBuffer(CredentialsPackFlags, IntPtr, Int32, IntPtr, Int32, IntPtr, Int32, IntPtr, Int32) functions.
Namespace: DevCase.Win32.EnumsAssembly: 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
<FlagsAttribute>
Public Enumeration CredentialsPackFlags
Dim instance As CredentialsPackFlags
[FlagsAttribute]
public enum class CredentialsPackFlags
[<FlagsAttribute>]
type CredentialsPackFlags
No code example is currently available or this language may not be supported.
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.
|