Namespace: Microsoft.Clm.Provision
Assembly: Microsoft.Clm.Provision (in microsoft.clm.provision.dll)
Usage
Visual Basic |
---|
Dim caId As Byte Dim serial As String Dim reason As RevocationReason Dim effective As DateTime Dim revoked As DateTime CertificateServerOperations.UpdateCertificateStatus(caId, serial, reason, effective, revoked) |
Syntax
Visual Basic |
---|
Public Shared Sub UpdateCertificateStatus ( _ caId As Byte, _ serial As String, _ reason As RevocationReason, _ effective As DateTime, _ revoked As DateTime _ ) |
C# |
---|
public static void UpdateCertificateStatus ( byte caId, string serial, RevocationReason reason, DateTime effective, DateTime revoked ) |
C++ |
---|
public: static void UpdateCertificateStatus ( unsigned char caId, String^ serial, RevocationReason reason, DateTime effective, DateTime revoked ) |
J# |
---|
public static void UpdateCertificateStatus ( byte caId, String serial, RevocationReason reason, DateTime effective, DateTime revoked ) |
JScript |
---|
public static function UpdateCertificateStatus ( caId : byte, serial : String, reason : RevocationReason, effective : DateTime, revoked : DateTime ) |
Parameters
- caId
-
Identifier of a third party certificate authority (CA) (returned by CLMUtil).
- serial
-
Serial number of the certificate.
- reason
-
Reason for the revocation. See RevocationReason enumeration.
- effective
-
Effective date of the change to the certificate status. (in UTC time).
- revoked
-
Date the certificate was revoked (in UTC time).
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.