Click or drag to resize

CertificateSubject Property

The Subject entity of certificate. Can be null if the subject was not extracted from certificate data because of corrupt certificate data.

Namespace:  DotNetBrowser.Net.Certificates
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public string Subject { get; }

Property Value

Type: String
A string containing the Subject.
See Also