Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.