Generic Security Services API Library Functions
gssinquirenamesformech(3GS)
NAME
gssinquirenamesformech - list the name-types supported
by the specified mechanism
SYNOPSIS
cc [flag ...] file... -lgss [library ...]
#include
OMuint32 gssinquirenamesformech(OMuint32 *minorstatus,
const gssOID mechanism,gssOIDset *nametypes);
DESCRIPTION
The gssinquirenamesformech() function returns the set of
name-types supported by the specified mechanism.
PARAMETERS
The parameter descriptions for gssinquirenamesformech()
follow:
minorstatus A mechanism-specific status code.
mechanism The mechanism to be interrogated.
nametypes Set of name-types supported by the specified
mechanism. The returned OID set must be
freed by the application after use with a
call to gssreleaseoidset(3GS).
ERORS
The gssinquirenamesformech() function may return the
following values:
GSCOMPLETE Successful completion.
GSFAILURE The underlying mechanism detected an error
for which no specific GS status code is
defined. The mechanism-specific status
code reported by means of the minorstatus
parameter details the error condition.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
SunOS 5.11 Last change: 15 Jan 2003 1
Generic Security Services API Library Functions
gssinquirenamesformech(3GS)
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWgss (32-bit)
SUNWgssx (64-bit)
MT-Level Safe
SEE ALSO
gssreleaseoidset(3GS), attributes(5)
Solaris Security for Developers Guide
SunOS 5.11 Last change: 15 Jan 2003 2
Generic Security Services API Library Functions
gssinquirenamesformech(3GS)
SunOS 5.11 Last change: 15 Jan 2003 3
|