Share via


SecureStoreServiceApplication.DeleteUserCredentials Method

Deletes the specified user credentials for the specified target application in the specified partition.

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

Syntax

'Declaration
Public Sub DeleteUserCredentials ( _
    rawPartitionId As Guid, _
    applicationId As String, _
    claim As SecureStoreServiceClaim _
)
'Usage
Dim instance As SecureStoreServiceApplication
Dim rawPartitionId As Guid
Dim applicationId As String
Dim claim As SecureStoreServiceClaim

instance.DeleteUserCredentials(rawPartitionId, _
    applicationId, claim)
public void DeleteUserCredentials(
    Guid rawPartitionId,
    string applicationId,
    SecureStoreServiceClaim claim
)

Parameters

  • rawPartitionId
    Type: System.Guid

    The GUID that represents the partition ID.

Implements

ISecureStoreServiceApplication.DeleteUserCredentials(Guid, String, SecureStoreServiceClaim)

See Also

Reference

SecureStoreServiceApplication Class

SecureStoreServiceApplication Members

Microsoft.Office.SecureStoreService.Server Namespace