RawCertificateData interface

Raw certificate data.

Properties

authType

Specifies the authentication type.

certificate

The base64 encoded certificate raw data string

Property Details

authType

Specifies the authentication type.

authType?: string

Property Value

string

certificate

The base64 encoded certificate raw data string

certificate?: Uint8Array

Property Value

Uint8Array