ZebraP12InfoGetAliases Method
|
Get a list of aliases present in the certificate keystore.
Namespace: Zebra.Sdk.CertificateAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public List<string> GetAliases()
Public Function GetAliases As List(Of String)
public:
List<String^>^ GetAliases()
Return Value
ListStringA list of the aliases present in the certificate keystore.
Exceptions See Also