subjectAlternativeNames property

List<String> subjectAlternativeNames

Gets a collection of subject alternative names from the SubjectAltName extension, (OID = 2.5.29.17).

Implementation

List<String> get subjectAlternativeNames =>
    extensionObject(oid: OID.subjectAltName)?.alternativeNameAsStrings ??
    <String>[];