SecureStoreServiceApplication.DeleteCredentials Method
Deletes the credentials of the current caller for the specified individual target application in the specified partition.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
Public Sub DeleteCredentials ( _
rawPartitionId As Guid, _
applicationId As String _
)
'Usage
Dim instance As SecureStoreServiceApplication
Dim rawPartitionId As Guid
Dim applicationId As String
instance.DeleteCredentials(rawPartitionId, _
applicationId)
public void DeleteCredentials(
Guid rawPartitionId,
string applicationId
)
Parameters
rawPartitionId
Type: System.GuidThe GUID that represents the partition ID.
applicationId
Type: System.StringThe target application ID.
Implements
ISecureStoreServiceApplication.DeleteCredentials(Guid, String)
See Also
Reference
SecureStoreServiceApplication Class