Share via


ISecureStore.SetCredentials Method

Sets the credentials for the current caller for the specified individual target application.

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

Syntax

'Declaration
Sub SetCredentials ( _
    applicationId As String, _
    credentials As SecureStoreCredentialCollection _
)
'Usage
Dim instance As ISecureStore
Dim applicationId As String
Dim credentials As SecureStoreCredentialCollection

instance.SetCredentials(applicationId, _
    credentials)
void SetCredentials(
    string applicationId,
    SecureStoreCredentialCollection credentials
)

Parameters

See Also

Reference

ISecureStore Interface

ISecureStore Members

Microsoft.Office.SecureStoreService.Server Namespace