ENCRYPTED_CREDENTIALW structure (ntsecpkg.h)
Represents an encrypted credential.
Syntax
typedef struct _ENCRYPTED_CREDENTIALW {
CREDENTIALW Cred;
ULONG ClearCredentialBlobSize;
} ENCRYPTED_CREDENTIALW, *PENCRYPTED_CREDENTIALW;
Members
Cred
A pointer to a CREDENTIAL structure that contains the encrypted credential.
ClearCredentialBlobSize
The size, in bytes, of the unencrypted credential.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | ntsecpkg.h |