Click or drag to resize

AmiServiceClientDeleteCertificate Method

Deletes a specified certificate.

Namespace:  SanteDB.Messaging.AMI.Client
Assembly:  SanteDB.Messaging.AMI.Client (in SanteDB.Messaging.AMI.Client.dll) Version: 2.2.1
Syntax
public SubmissionResult DeleteCertificate(
	string certificateId,
	RevokeReason reason
)

Parameters

certificateId
Type: SystemString
The id of the certificate to be deleted.
reason
Type: SanteDB.Core.Model.AMI.SecurityRevokeReason
The reason the certificate is to be deleted.

Return Value

Type: SubmissionResult
Returns the deletion result.
See Also