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: 3.0.3271
Syntax
public List<string> GetAliases()

Return Value

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