<PackageReference Include="Relativity.Other" Version="12.0.1" />

IX509Certificate2

public interface IX509Certificate2
string DnsIssuedToName { get; }

string DnsIssuerName { get; }

string FriendlyName { get; set; }

byte[] GetCertHash { get; }

IntPtr Handle { get; }

bool IsExpired { get; }

string Issuer { get; }

bool IsSystemValid { get; }

bool IsValidInLocalDomain { get; }

DateTime NotAfter { get; }

string ParentStoreName { get; set; }

byte[] RawData { get; }

string SimpleIssuedTo { get; }

string SimpleIssuer { get; }

string Subject { get; }

string Thumbprint { get; }

bool Verify { get; }

string GetNameInfo(X509NameType nameType, bool forIssuer)