ZebraP12InfoGetCertificateContent Method
|
Get the content of the first entry in the certificate's certificate chain.
Namespace:
Zebra.Sdk.Certificate
Assembly:
SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax public string GetCertificateContent()
Public Function GetCertificateContent As String
public:
String^ GetCertificateContent()
Return Value
Type:
StringThe Zebra-friendly certificate content
Exceptions Remarks The returned content 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