subjectAlternativeNames property

List<String>? subjectAlternativeNames
final

One or more domain names (subject alternative names) included in the certificate. This list contains the domain names that are bound to the public key that is contained in the certificate. The subject alternative names include the canonical domain name (CN) of the certificate and additional domain names that can be used to connect to the website.

Implementation

final List<String>? subjectAlternativeNames;