Share via


SecureStoreServiceApplicationProxy.DeleteAllUserCredentials Method

NOTE: This API is now obsolete.

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

instance.DeleteAllUserCredentials(claim)
[ObsoleteAttribute("Use the ISecureStore interface to call into the SSS OM")]
public void DeleteAllUserCredentials(
    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