Click or drag to resize

ZebraP12InfoGetCaContent Method (String)

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.14.1869
Syntax
public string GetCaContent(
	string alias
)

Parameters

alias
Type: SystemString
The alias name of the specific entry to extract from the certificate file.

Return Value

Type: String
The Zebra-friendly ca content.
Exceptions
ExceptionCondition
ZebraCertificateExceptionIf the provided alias does not exist or the ca content is corrupt.
Remarks
The returned ca is converted to PEM format. The resulting content can be stored to a printer for use with wireless security.
See Also