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: 2.14.1869
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
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetCaChain
Returns the CA Certificate chain.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(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