CertificateServerOperations.UpdateCertificateStatus Method
Updates status of a certificate issued by a third party certification authority (CA) in the FIM CM database.
Namespace: Microsoft.Clm.Provision
Assembly: Microsoft.Clm.Provision (in Microsoft.Clm.Provision.dll)
Usage
'Usage
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
'Declaration
Public Shared Sub UpdateCertificateStatus ( _
caId As Byte, _
serial As String, _
reason As RevocationReason, _
effective As DateTime, _
revoked As DateTime _
)
public static void UpdateCertificateStatus (
byte caId,
string serial,
RevocationReason reason,
DateTime effective,
DateTime revoked
)
public:
static void UpdateCertificateStatus (
unsigned char caId,
String^ serial,
RevocationReason reason,
DateTime effective,
DateTime revoked
)
public static void UpdateCertificateStatus (
byte caId,
String serial,
RevocationReason reason,
DateTime effective,
DateTime revoked
)
public static function UpdateCertificateStatus (
caId : byte,
serial : String,
reason : RevocationReason,
effective : DateTime,
revoked : DateTime
)
Parameters
- caId
Identifier of a third party 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.
Platforms
Development Platforms
Windows 2008 x64 Edition
Target Platforms
Windows XP SP3, Windows Vista SP1+, Windows 7, Windows Server 2008, Windows Server 2008 R2
See Also
Reference
CertificateServerOperations Class
CertificateServerOperations Members
Microsoft.Clm.Provision Namespace