Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_AUTHENTICATIONValue: 0x00000001 Authentication is performed using Group Membership Certificates (GMC). |
PEER_GROUP_PASSWORD_AUTHENTICATIONValue: 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 |