CredentialsType

Added in version 2.26.

class CredentialsType

Enumeration describing different kinds of native credential types.

Fields

class CredentialsType
APPLE_XUCRED

The native credentials type is a struct xucred. Added in 2.66.

FREEBSD_CMSGCRED

The native credentials type is a struct cmsgcred.

INVALID

Indicates an invalid native credential type.

LINUX_UCRED

The native credentials type is a struct ucred.

NETBSD_UNPCBID

The native credentials type is a struct unpcbid. Added in 2.42.

OPENBSD_SOCKPEERCRED

The native credentials type is a struct sockpeercred. Added in 2.30.

SOLARIS_UCRED

The native credentials type is a ucred_t. Added in 2.40.

WIN32_PID

The native credentials type is a PID DWORD. Added in 2.72.