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 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
appId
Type: System.StringTarget application identifier.
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. |