Used to add a new certificate to an existing client.
Inheritance Hierarchy
PASI.DataContract.V2009RequestBase
PASI.DataContract.CertificateManagerAddCertificateRequest
Namespace: PASI.DataContract.CertificateManager
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.25.26.0 (9.25.26.0)
Syntax
The AddCertificateRequest type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AddCertificateRequest |
Properties
Name | Description | |
---|---|---|
CallerInfo | (Required)
Information about the Caller
(Inherited from RequestBase.) | |
CertificateInfo | (Required)
In this scenario the DigitialCertificateId will always be zero since this is an add.
IsActive will be true, IsDeleted and IsRenewable will be false.
| |
PasiClientId | (Required)
The PASI Client that will be updated.
| |
Version | (Required)
Version of the PASI Client.
|
See Also