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.15.2634
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