[Top]
GSSAPI
GSSAPI.Name
|
Method GSSAPI.Name()->canonicalize()
- Method
canonicalize
Name canonicalize(string mech)
- Description
Returns a GSSAPI.Name containing the canonical mechanism name
(MN) of this name. The mechanism is given as a dotted-decimal
OID in mech .
This wraps GSS_Canonicalize_name according to RFC 2743
section 2.4.14.
- Note
This function might block on network connections to remote
authentication servers.
|