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
applicationId
Type: System.StringThe target application ID.
credentials
Type: Microsoft.BusinessData.Infrastructure.SecureStore.SecureStoreCredentialCollectionThe collection of credentials.