Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
claim
Type: Microsoft.Office.SecureStoreService.Server.SecureStoreServiceClaimThe identity claim of the user whose credentials are being deleted.
Remarks
This method deletes the credentials for the specified user from all of the Secure Store Service target applications.