ZebraP12InfoGetCertificateContent Method (String)
|
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.15.2634
Syntax public string GetCertificateContent(
string alias
)
Public Function GetCertificateContent (
alias As String
) As String
public:
String^ GetCertificateContent(
String^ alias
)
Parameters
- alias
- Type: SystemString
The alias name of the specific entry to extract from the certificate file.
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.
See Also