ZebraP12InfoGetCaContent Method
|
Get the content of the ca, which is determined to be all entries in the certificate chain after the first entry.
Namespace:
Zebra.Sdk.Certificate
Assembly:
SdkApi.Core (in SdkApi.Core.dll) Version: 2.15.2634
Syntax public string GetCaContent()
Public Function GetCaContent As String
public:
String^ GetCaContent()
Return Value
Type:
StringThe Zebra-friendly ca content.
Exceptions Remarks The returned ca is converted to PEM format. The resulting content can be stored to a printer for use with
wireless security. Since no alias is provided, the first entry in the certificate file will be used.
See Also