ISecureStore.GetCredentials Method

Gets the credentials for the target application.

Namespace:  Microsoft.Office.SecureStoreService.Server
Assembly:  Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)

Syntax

'Declaration
Function GetCredentials ( _
    applicationId As String _
) As SecureStoreCredentialCollection
'Usage
Dim instance As ISecureStore
Dim applicationId As String
Dim returnValue As SecureStoreCredentialCollection

returnValue = instance.GetCredentials(applicationId)
SecureStoreCredentialCollection GetCredentials(
    string applicationId
)

Parameters

Return Value

Type: Microsoft.BusinessData.Infrastructure.SecureStore.SecureStoreCredentialCollection
The collection of credentials of for the target application.

See Also

Reference

ISecureStore Interface

ISecureStore Members

Microsoft.Office.SecureStoreService.Server Namespace