Click or drag to resize

ZebraP12InfoGetAliases Method

Get a list of aliases present in the certificate keystore.

Namespace:  Zebra.Sdk.Certificate
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
public List<string> GetAliases()

Return Value

Type: ListString
A list of the aliases present in the certificate keystore.
Exceptions
ExceptionCondition
ZebraCertificateExceptionIf the keystore has not been initialized (loaded).
See Also