Type Alias CertificateInfo

type CertificateInfo = {
    certificate: string;
    encryption?: boolean;
    name?: string;
    signature?: boolean;
}
Index

Properties

certificate: string

The X.509 certificate for validating signed SAML responses.

encryption?: boolean

Indicates whether the certificate is used for encryption.

name?: string

Given name for this certificate.

signature?: boolean

Indicates whether the certificate is used for the signature.