ISecureStore.DeleteAllUserCredentials Method

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

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

Syntax

'Declaration
Sub DeleteAllUserCredentials ( _
    claim As SecureStoreServiceClaim _
)
'Usage
Dim instance As ISecureStore
Dim claim As SecureStoreServiceClaim

instance.DeleteAllUserCredentials(claim)
void DeleteAllUserCredentials(
    SecureStoreServiceClaim claim
)

Parameters

Remarks

This method deletes the credentials for the specified user from all of the Secure Store Service target applications.

See Also

Reference

ISecureStore Interface

ISecureStore Members

Microsoft.Office.SecureStoreService.Server Namespace