PEER_GROUP_AUTHENTICATION_SCHEME enumeration (p2p.h)
The PEER_GROUP_AUTHENTICATION_SCHEME enumeration defines the set of possible authentication schemes that can be used to authenticate peers joining a peer group.
Syntax
typedef enum peer_group_authentication_scheme_tag {
PEER_GROUP_GMC_AUTHENTICATION = 0x00000001,
PEER_GROUP_PASSWORD_AUTHENTICATION = 0x00000002
} PEER_GROUP_AUTHENTICATION_SCHEME;
Constants
PEER_GROUP_GMC_AUTHENTICATION Value: 0x00000001 Authentication is performed using Group Membership Certificates (GMC). |
PEER_GROUP_PASSWORD_AUTHENTICATION Value: 0x00000002 Authentication is performed by validating a provided password. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | None supported |
Header | p2p.h |