PEER_GROUP_ISSUE_CREDENTIAL_FLAGS enumeration (p2p.h)

The PEER_GROUP_ISSUE_CREDENTIAL_FLAGS are used to specify if user credentials are stored within a group.

Syntax

typedef enum peer_issue_credential_flags_tag {
  PEER_GROUP_STORE_CREDENTIALS = 0x0001
} PEER_GROUP_ISSUE_CREDENTIAL_FLAGS;

Constants

 
PEER_GROUP_STORE_CREDENTIALS
Value: 0x0001
When the PEER_GROUP_STORE_CREDENTIALS flag is set, the user credentials are stored within a group database to be retrieved when the user connects. If the flag is not set, any new credentials are returned in string form and must be passed to the user out-of-band.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server None supported
Header p2p.h