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 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.