Condividi tramite


SecureStoreServiceApplication.SetGroupCredentials Method

Sets the credentials for the specified group target application in the specified partition.

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

Syntax

'Declaration
Public Sub SetGroupCredentials ( _
    rawPartitionId As Guid, _
    applicationId As String, _
    credentials As SerializableSecureStoreCredentialCollection _
)
'Usage
Dim instance As SecureStoreServiceApplication
Dim rawPartitionId As Guid
Dim applicationId As String
Dim credentials As SerializableSecureStoreCredentialCollection

instance.SetGroupCredentials(rawPartitionId, _
    applicationId, credentials)
public void SetGroupCredentials(
    Guid rawPartitionId,
    string applicationId,
    SerializableSecureStoreCredentialCollection credentials
)

Parameters

  • rawPartitionId
    Type: System.Guid

    A GUID that represents the partition ID.

  • applicationId
    Type: System.String

    The group target application ID.

Implements

ISecureStoreServiceApplication.SetGroupCredentials(Guid, String, SerializableSecureStoreCredentialCollection)

See Also

Reference

SecureStoreServiceApplication Class

SecureStoreServiceApplication Members

Microsoft.Office.SecureStoreService.Server Namespace