Share via


SecureStoreServiceApplicationProxy.DeleteUserCredentials method

NOTE: This API is now obsolete.

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
<ObsoleteAttribute("Use the ISecureStore interface to call into the SSS OM")> _
Public Sub DeleteUserCredentials ( _
    applicationId As String, _
    claim As SecureStoreServiceClaim _
)
'Usage
Dim instance As SecureStoreServiceApplicationProxy
Dim applicationId As String
Dim claim As SecureStoreServiceClaim

instance.DeleteUserCredentials(applicationId, _
    claim)
[ObsoleteAttribute("Use the ISecureStore interface to call into the SSS OM")]
public void DeleteUserCredentials(
    string applicationId,
    SecureStoreServiceClaim claim
)

Parameters

Remarks

Since this method is obsolete, you should invoke it through the ISecureStore interface instead.

See also

Reference

SecureStoreServiceApplicationProxy class

SecureStoreServiceApplicationProxy members

Microsoft.Office.SecureStoreService.Server namespace