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.String

    The group target application ID.

See Also

Reference

ISecureStore Interface

ISecureStore Members

Microsoft.Office.SecureStoreService.Server Namespace