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 for the given target application.
Namespace: Microsoft.Office.BusinessData.Infrastructure.SecureStore
Assembly: Microsoft.Office.BusinessData (in Microsoft.Office.BusinessData.dll)
Syntax
'Declaration
Public Sub DeleteCredentials ( _
appId As String _
)
'Usage
Dim instance As LocalSecureStoreProvider
Dim appId As String
instance.DeleteCredentials(appId)
public void DeleteCredentials(
string appId
)
Parameters
- appId
Type: System.String
The target application identifier.
Implements
ISecureStoreProvider.DeleteCredentials(String)
See Also
Reference
LocalSecureStoreProvider Class
LocalSecureStoreProvider Members
Microsoft.Office.BusinessData.Infrastructure.SecureStore Namespace