Collapse All
Parallels Desktop® 10 for Mac — C API Reference Guide
PrlSrv_SetCertificateRevocationDateTime Function
PHT_SERVER

Sets the revocation date time for SSL certificates, used in trusted channel connection.

Syntax
PRL_RESULT PrlSrv_SetCertificateRevocationDateTime(
    PRL_HANDLE hServer, 
    PRL_UINT64 nTimeStampUTC
);
File

PrlApiManager.h

Parameters

hServer
A handle of type PHT_SERVER identifying the Parallels Service.
nTimeStampUTC
Certificate revocation date and time, represented by the number of seconds that have passed since 1970-01-01T00:00:00, Coordinated Universal Time (UTC).
Returns

PRL_RESULT . Possible values are:

PRL_ERR_SUCCESS - operation completed successfully

PRL_ERR_INVALID_ARG - invalid handle.

Links
Copyright © 1999-2015 Parallels IP Holdings GmbH and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!