AddCertificateSeries | Adds a branch. |
DeleteCertificateSeries | Deletes an existing certificate series.
The certificate series is specified by its key (AbsId), which is contained in the CertificateSeriesParams object passed to the method. |
GetCertificateSeries | Retrieves a specific certificate series.
The certificate series is specified by its key (AbsId), which is contained in the CertificateSeriesParams object passed to the method. |
GetCertificateSeriesList | Retrieves the keys and names of all the certificate series. |
GetDataInterface | Creates an empty data structure for use with the CertificateSeriesService. |
GetDataInterfaceFromXMLFile | Creates an object from an XML file. |
GetDataInterfaceFromXMLString | Creates an object from XML. |
UpdateCertificateSeries | Updates an existing certificate series.
The data for the certificate series, including the key of the certificate series to be updated, is contained in the CertificateSeries passed to the method. To update a certificate series, you must first retrieve it using the GetCertificateSeries method. |