| 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
)
Public Function DeleteCertificate (
certificateId As String,
reason As RevokeReason
) As SubmissionResult
public:
SubmissionResult^ DeleteCertificate(
String^ certificateId,
RevokeReason reason
)
member DeleteCertificate :
certificateId : string *
reason : RevokeReason -> SubmissionResult
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:
SubmissionResultReturns the deletion result.
See Also