Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DpsCertificateVerifyCertificateOptionalParams

Package version

interface

An interface representing DpsCertificateVerifyCertificateOptionalParams. Optional Parameters.

extends

RequestOptionsBase

Hierarchy

  • any
    • DpsCertificateVerifyCertificateOptionalParams

Index

Properties

Optional certificatecreated

certificatecreated: Date
member

{Date} [certificatecreated] Certificate creation time.

Optional certificatehasPrivateKey

certificatehasPrivateKey: undefined | false | true
member

{boolean} [certificatehasPrivateKey] Indicates if the certificate contains private key.

Optional certificateisVerified

certificateisVerified: undefined | false | true
member

{boolean} [certificateisVerified] Indicates if the certificate has been verified by owner of the private key.

Optional certificatelastUpdated

certificatelastUpdated: Date
member

{Date} [certificatelastUpdated] Certificate last updated time.

Optional certificatename

certificatename: undefined | string
member

{string} [certificatename] Common Name for the certificate.

Optional certificatenonce

certificatenonce: undefined | string
member

{string} [certificatenonce] Random number generated to indicate Proof of Possession.

Optional certificatepurpose

certificatepurpose: CertificatePurpose
member

{CertificatePurpose} [certificatepurpose] Describe the purpose of the certificate. Possible values include: 'clientAuthentication', 'serverAuthentication'

Optional certificaterawBytes

certificaterawBytes: Uint8Array
member

{Uint8Array} [certificaterawBytes] Raw data of certificate.

Generated using TypeDoc