20 lines
262 B
Markdown
20 lines
262 B
Markdown
---
|
|
sidebar_label: SecurityDetails.subjectName
|
|
---
|
|
|
|
# SecurityDetails.subjectName() method
|
|
|
|
The name of the subject to which the certificate was issued.
|
|
|
|
#### Signature:
|
|
|
|
```typescript
|
|
class SecurityDetails {
|
|
subjectName(): string;
|
|
}
|
|
```
|
|
|
|
**Returns:**
|
|
|
|
string
|