Represents a credential set used by InTrust for access to resources.
Returns the account name.
HRESULT AccountName(
[out, retval] BSTR* accountName
);
Name | Type | Meaning |
---|---|---|
accountName |
BSTR* |
Account name. |
Sets the account name.
HRESULT AccountName(
[in] BSTR accountName
);
Name | Type | Meaning |
---|---|---|
accountName |
BSTR |
Account name. |
Sets the password for the account.
HRESULT AccountPassword(
[in] BSTR accountPassword
);
Name | Type | Meaning |
---|---|---|
accountPassword |
BSTR |
Password for the account. |
Gets or sets the location of the index of a repository.
Returns the path to the index.
HRESULT IndexPath(
[out, retval] BSTR* indexPath
);
Name | Type | Meaning |
---|---|---|
indexPath |
BSTR* |
Path to the index. |
Returns the path to the index.
HRESULT IndexPath(
[in] BSTR indexPath
);
Name | Type | Meaning |
---|---|---|
indexPath |
BSTR |
Path to the index. |
This is a wrapper for a credential set used by InTrust for access to resources.
Provides access to the credential set.
HRESULT Credentials(
[out, retval] ICredentials** ppCredentials
);
Name | Type | Meaning |
---|---|---|
ppCredentials |
Credential set. |
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.
Gets the type of credential set used.
HRESULT Type(
[out, retval] enum CustomizableCredentialsType* pType
);
Name | Type | Meaning |
---|---|---|
pType |
Type of credential set used. |
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. Conditions d’utilisation Confidentialité Cookie Preference Center