Click or drag to resize

ZebraCertificateInfo Class

Handler class for managing certificate and private key information.
Inheritance Hierarchy
SystemObject
  Zebra.Sdk.CertificateZebraCertificateInfo

Namespace: Zebra.Sdk.Certificate
Assembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax
public class ZebraCertificateInfo

The ZebraCertificateInfo type exposes the following members.

Constructors
 NameDescription
Public methodZebraCertificateInfo Initializes a new instance of the ZebraCertificateInfo class.
Top
Properties
 NameDescription
Public propertyCaCertificates Contains the Certificate Authority certificate chain, if set.
Public propertyClientCertificate Contains the client certificate, if set.
Public propertyPrivateKey Contains the private key, if set.
Top
Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Public methodGetCaChain Returns the CA Certificate chain.
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Public methodToString
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldStatic memberCA_CERT_NRD_PRINTER_FILE_NAME The file name on a printer to which a wireless ca must be saved for wireless security.
Public fieldStatic memberCLIENT_CERT_NRD_PRINTER_FILE_NAME The file name on a printer to which a client cert must be saved for wireless security.
Public fieldStatic memberCLIENT_PRIVATE_KEY_NRD_PRINTER_FILE_NAME The file name on a printer to which a private key must be saved for wireless security.
Top
See Also