Collapse All
Parallels Virtualization SDK
ContentsIndex
PreviousUpNext
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
© 2021 Parallels International GmbH. All rights reserved.