tibasMemberDef_GetSecurityTokenFile()

Returns the directory path and filename for the security token file that is in effect for a specified member.

Declaration

tibas_status tibasMemberDef_GetSecurityTokenFile(
    tibasMemberDef memberDef,
    const char**   tokenFile

Parameters

Parameter Description
memberDef Specify the memberDef object that identifies the member for which you want to retrieve the security token file.
tokenFile Specify a pointer to a NULL-terminated string buffer that will hold the security token file information that is returned.

Remarks

Use the tibasMemberDef_GetSecurityTokenFile() function to return the directory path and filename for the security token file that is used by a specified member.

If the member is acting as a security domain controller, then there is not a security token file associated with the member; instead, there is a security policy file. You can use the tibasMemberDef_GetSecurityPolicyFile() function to return information about the security policy file.