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.GuidThe GUID that represents the partition ID.
claim
Type: Microsoft.Office.SecureStoreService.Server.SecureStoreServiceClaimThe identity claim for the user whose credentials are being deleted.
Implements
ISecureStoreServiceApplication.DeleteAllUserCredentials(Guid, SecureStoreServiceClaim)
See Also
Reference
SecureStoreServiceApplication Class