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>.

OPENBSD_SOCKPEERCRED3

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

SOLARIS_UCRED4

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

NETBSD_UNPCBID5

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

Meta

Since

2.26