CredentialsType
Description:
[ CCode ( cprefix = "G_CREDENTIALS_TYPE_" , type_id = "g_credentials_type_get_type ()" ) ]
[ Version ( since = "2.26" ) ]
public enum CredentialsType
Enumeration describing different kinds of native credential types.
Content:
Enum values:
- APPLE_XUCRED - The native
credentials type is a `struct xucred`.
- 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`.
- OPENBSD_SOCKPEERCRED -
The native credentials type is a `struct sockpeercred`.
- SOLARIS_UCRED - The native
credentials type is a `ucred_t`.
- WIN32_PID - The native credentials
type is a PID `DWORD`.