GetExternalCredentials method

This method is implemented by the following interfaces. Click one of the links below to jump to the description of the method as it pertains to that interface.

IERUExternalStorageManager
IERUUser

 

 


GetExternalCredentials method

Returns a separate, external username for an eRoom member. This is used instead of the eRoom login name for logging into an external storage provider. For security reasons, the external password is not returned.

Syntax


C++

HRESULT GetExternalCredentials (
   ERUProviderFamily FamilyID,
   IERUMember* pUser,
   BSTR ExternalUsername)

Scripting languages

Credentials = Object.GetExternalCredentials (
   
FamilyID as ERUProviderFamily,
   
pUser as IERUMember,
   
ExternalUsername as String)

Parameters


FamilyID

The ID of the provider family, as an ERUProviderFamily enumeration.

pUser

An eRoom user object (cannot be a group).

ExternalUsername

Upon return, the external username.

Return value


C++

The return code.

Scripting languages:

The external username.

 

Home

Applies to

IERUExternalStorageManager

Go to top
 

GetExternalCredentials method

Returns a separate, external username for an eRoom member. This is used instead of the eRoom login name for logging into an external storage provider. For security reasons, the external password is not returned.

Syntax


C++

HRESULT GetExternalCredentials (
   ERUProviderFamily FamilyID,
   BSTR ExternalUsername)

Scripting languages

Credentials = Object.GetExternalCredentials (
   
FamilyID as ERUProviderFamily,
   
ExternalUsername as String)

Parameters


FamilyID

The ID of the provider family, as an ERUProviderFamily enumeration.

ExternalUsername

Upon return, the external username.

Return value


C++

The return code.

Scripting languages:

The external username.

 

Home

Applies to

IERUUser