GCredentialsType

Enumeration describing different kinds of native credential types.

Values

ValueMeaning
INVALID0

Indicates an invalid native credential type.

LINUX_UCRED1

The native credentials type is a <type>struct ucred</type>.

FREEBSD_CMSGCRED2

The native credentials type is a <type>struct cmsgcred</type>.

NETBSD_UNPCBID3

The native credentials type is a <type>struct unpcbid</type>.

OPENBSD_SOCKPEERCRED4

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

SOLARIS_UCRED5

The native credentials type is a <type>ucred_t</type>. Added in 2.40.

Meta

Since

2.26