AddCertificateRequest ClassProvincial Approach to Student Information API
Used to add a new certificate to an existing client.
Inheritance Hierarchy

SystemObject
  PASI.DataContract.V2009RequestBase
    PASI.DataContract.CertificateManagerAddCertificateRequest

Namespace: PASI.DataContract.CertificateManager
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.23.3.0 (9.23.3.0)
Syntax

public class AddCertificateRequest : RequestBase

The AddCertificateRequest type exposes the following members.

Constructors

  NameDescription
Public methodAddCertificateRequest
Top
Properties

  NameDescription
Public propertyCallerInfo
(Required) Information about the Caller
(Inherited from RequestBase.)
Public propertyCertificateInfo
(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.
Public propertyPasiClientId
(Required) The PASI Client that will be updated.
Public propertyVersion
(Required) Version of the PASI Client.
Top
See Also

Reference