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()
Public Function GetAliases As List(Of String)
public:
List<String^>^ GetAliases()
Return Value
Type:
ListStringA list of the aliases present in the certificate keystore.
Exceptions See Also