Method GSSAPI.Name()->export()
- Method
export
stringexport(void|stringmech)- Description
Returns the name on the exported format. If
mechisn't given then the name has to be a mechanism name (MN). Ifmechis given then the name is canonicalized according to that mechanism before being exported (see canonicalize).This wraps GSS_Export_name according to RFC 2743 section 2.4.15.
- Note
This function might block on network connections to remote authentication servers if
mechis specified.