Share via


SecureStoreServiceApplication.DeleteCredentials Method

Deletes the credentials of the current caller for the specified individual target application in the specified partition.

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

Syntax

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

instance.DeleteCredentials(rawPartitionId, _
    applicationId)
public void DeleteCredentials(
    Guid rawPartitionId,
    string applicationId
)

Parameters

  • rawPartitionId
    Type: System.Guid

    The GUID that represents the partition ID.

Implements

ISecureStoreServiceApplication.DeleteCredentials(Guid, String)

See Also

Reference

SecureStoreServiceApplication Class

SecureStoreServiceApplication Members

Microsoft.Office.SecureStoreService.Server Namespace