CertificateExtensionList.get Method¶
Module: CertificateExtensionList
Definition¶
Gets an item of the CertificateExtensionList object.
get(self, index: int) -> CertificateExtension
Parameters
index
intin Index of the CertificateExtension item to get.
Returns
CertificateExtension item to get.
Exceptions
An error has occurred during Bioseal Library execution.
CertificateExtension get(int index)
Parameters
index
intin Index of the CertificateExtension item to get.
Returns
CertificateExtension item to get.
Exceptions
An error has occurred during Bioseal Library execution.
public CertificateExtension Get(int index)
Parameters
index
intin Index of the CertificateExtension item to get.
Returns
CertificateExtension item to get.
Exceptions
An error has occurred during Bioseal Library execution.
public CertificateExtension get(int index) throws BiosealException
Parameters
index
intin Index of the CertificateExtension item to get.
Returns
CertificateExtension item to get.
Exceptions
An error has occurred during Bioseal Library execution.
public func get(index: Int32) throws -> CertificateExtension
Parameters
index
Int32in Index of the CertificateExtension item to get.
Returns
CertificateExtension item to get.
Exceptions
An error has occurred during Bioseal Library execution.
int id3BiosealCertificateExtensionList_Get (
ID3_BIOSEAL_CERTIFICATE_EXTENSION_LIST hCertificateExtensionList,
int index,
ID3_BIOSEAL_CERTIFICATE_EXTENSION hCertificateExtensionItem)
Parameters
hCertificateExtensionList
ID3_BIOSEAL_CERTIFICATE_EXTENSION_LISTin Handle to the CertificateExtensionList object.index
intin Index of the CertificateExtension item to get.hCertificateExtensionItem
ID3_BIOSEAL_CERTIFICATE_EXTENSIONout CertificateExtension item to get.
Returns