다음을 통해 공유


SecureStoreServiceApplication.DeleteAllUserCredentials Method

Deletes the credentials for the specified user for all of the target applications in the specified partition.

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

Syntax

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

instance.DeleteAllUserCredentials(rawPartitionId, _
    claim)
public void DeleteAllUserCredentials(
    Guid rawPartitionId,
    SecureStoreServiceClaim claim
)

Parameters

  • rawPartitionId
    Type: System.Guid

    The GUID that represents the partition ID.

Implements

ISecureStoreServiceApplication.DeleteAllUserCredentials(Guid, SecureStoreServiceClaim)

See Also

Reference

SecureStoreServiceApplication Class

SecureStoreServiceApplication Members

Microsoft.Office.SecureStoreService.Server Namespace