ISecureStore.SetGroupCredentials Method
Sets the credentials for a group target application.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
Sub SetGroupCredentials ( _
applicationId As String, _
credentials As SecureStoreCredentialCollection _
)
'Usage
Dim instance As ISecureStore
Dim applicationId As String
Dim credentials As SecureStoreCredentialCollection
instance.SetGroupCredentials(applicationId, _
credentials)
void SetGroupCredentials(
string applicationId,
SecureStoreCredentialCollection credentials
)
Parameters
applicationId
Type: System.StringThe group target application ID.
credentials
Type: Microsoft.BusinessData.Infrastructure.SecureStore.SecureStoreCredentialCollectionThe collection of credentials.