ISecureStore.DeleteCredentials Method
Deletes the current caller credentials for the specified individual target application.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
Sub DeleteCredentials ( _
applicationId As String _
)
'Usage
Dim instance As ISecureStore
Dim applicationId As String
instance.DeleteCredentials(applicationId)
void DeleteCredentials(
string applicationId
)
Parameters
applicationId
Type: System.StringThe target application ID.