Chat now with support
Chat with Support

InTrust 11.4.2 - InTrust SDK Reference

InTrust SDK Overview Repository Services API Log Knowledge Base API Enumerations Interfaces

ICredentials

Represents a credential set used by InTrust for access to resources.

Methods

AccountName (getter)

Returns the account name.

Syntax

HRESULT AccountName(
    [out, retval] BSTR* accountName
);

Parameters
Name Type Meaning

accountName

BSTR*

Account name.

AccountName (setter)

Sets the account name.

Syntax

HRESULT AccountName(
    [in] BSTR accountName
);

Parameters
Name Type Meaning

accountName

BSTR

Account name.

AccountPassword

Sets the password for the account.

Syntax

HRESULT AccountPassword(
    [in] BSTR accountPassword
);

Parameters
Name Type Meaning

accountPassword

BSTR

Password for the account.

 

ICustomIndexLocation

Gets or sets the location of the index of a repository.

Methods

IndexPath (getter)

Returns the path to the index.

Syntax

HRESULT IndexPath(
    [out, retval] BSTR* indexPath
);

Parameter
Name Type Meaning

indexPath

BSTR*

Path to the index.

IndexPath (setter)

Returns the path to the index.

Syntax

HRESULT IndexPath(
    [in] BSTR indexPath
);

Parameter
Name Type Meaning

indexPath

BSTR

Path to the index.

ICustomCredentials

This is a wrapper for a credential set used by InTrust for access to resources.

Method

Credentials

Provides access to the credential set.

Syntax

HRESULT Credentials(
    [out, retval] ICredentials** ppCredentials
);

Parameter
Name Type Meaning

ppCredentials

ICredentials**

Credential set.

ICustomizableCredentials

Indicates what type of credential set is used. If the result is CustomCustomizableCredentials, you can cast this to ICustomCredentials to work with the credential set.

Method

Type

Gets the type of credential set used.

Syntax

HRESULT Type(
    [out, retval] enum CustomizableCredentialsType* pType
);

Parameter
Name Type Meaning

pType

enum CustomizableCredentialsType*

Type of credential set used.

 

Related Documents

The document was helpful.

Select Rating

I easily found the information I needed.

Select Rating