SecurityDetails.subjectName() method
The name of the subject to which the certificate was issued.
Signature:
class SecurityDetails {
subjectName(): string;
}
Returns:
string
The name of the subject to which the certificate was issued.
class SecurityDetails {
subjectName(): string;
}
Returns:
string