CertificateExtensionList.get Method

Module: CertificateExtensionList

Definition

Gets an item of the CertificateExtensionList object.

get(self, index: int) -> CertificateExtension

Parameters

index int
in 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 int
in 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 int
in 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 int
in 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 Int32
in 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_LIST
in Handle to the CertificateExtensionList object.

index int
in Index of the CertificateExtension item to get.

hCertificateExtensionItem ID3_BIOSEAL_CERTIFICATE_EXTENSION
out CertificateExtension item to get.

Returns

int
An error code.
See id3BiosealError file for the list of possible error codes.