ZebraP12InfoGetCaContent(String) 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.CertificateAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public string GetCaContent(
string alias
)
Public Function GetCaContent (
alias As String
) As String
public:
String^ GetCaContent(
String^ alias
)
Parameters
- alias String
- The alias name of the specific entry to extract from the certificate file.
Return Value
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.
See Also