ISecureStoreProvider.DeleteCredentials Method

Deletes the credentials of the caller for a target applicaiton.

Namespace:  Microsoft.BusinessData.Infrastructure.SecureStore
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Sub DeleteCredentials ( _
    appId As String _
)
'Usage
Dim instance As ISecureStoreProvider
Dim appId As String

instance.DeleteCredentials(appId)
void DeleteCredentials(
    string appId
)

Parameters

Exceptions

Exception Condition
SecureStoreCredentialsNotFoundException

The credentials are not available for the specified target application.

SecureStoreTargetApplicationNotFoundException

The target application does not exist in the Secure Store.

See Also

Reference

ISecureStoreProvider Interface

ISecureStoreProvider Members

Microsoft.BusinessData.Infrastructure.SecureStore Namespace