| Enumerator |
|---|
| Delegate | delegated credentials are available by means of the delegated_cred_handle parameter
|
| Mutual | a remote peer asked for mutual authentication
|
| Replay | replay of protected messages will be detected
|
| Sequence | out of sequence protected messages will be detected
|
| Confidential | confidentiality service may be invoked by calling the gss_wrap() routine
|
| Integrity | integrity service may be invoked by calling either the gss_get_mic(3GSS) or the gss_wrap(3GSS) routine
|
| Anonymous | the initiator does not wish to be authenticated. The src_name parameter, if requested, contains an anonymous internal name
|
| Protection | the protection services specified by the states of GSS_C_CONF_FLAG and GSS_C_INTEG_FLAG are available if the accompanying major status return value is either GSS_S_COMPLETE or GSS_S_CONTINUE_NEEDED
|
| Transfer | the resultant security context may be transferred to other processes by means of a call to gss_export_sec_context(3GSS)
|