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