ISecureStore.DeleteUserCredentials Method
Deletes the specified user credentials for the specified target application.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
Sub DeleteUserCredentials ( _
applicationId As String, _
claim As SecureStoreServiceClaim _
)
'Usage
Dim instance As ISecureStore
Dim applicationId As String
Dim claim As SecureStoreServiceClaim
instance.DeleteUserCredentials(applicationId, _
claim)
void DeleteUserCredentials(
string applicationId,
SecureStoreServiceClaim claim
)
Parameters
applicationId
Type: System.StringThe target application ID.
claim
Type: Microsoft.Office.SecureStoreService.Server.SecureStoreServiceClaimThe identity claim of the user whose credentials are being deleted.