X509Name Class

Definition

A type to identify X509 certificate with subject common name or DNS name

public class X509Name
type X509Name = class
Public Class X509Name
Inheritance
X509Name

Constructors

X509Name(String, String)

Construct an X509Name object that identifies an X509 certificate

Properties

IssuerCertThumbprint

Gets the certificate thumbprint to identify issuer

Name

Gets the subject common name or DNS name of X509 certificate

Methods

Equals(Object)

Determines whether the specified object is equal to the current object

Equals(X509Name)

Determines whether the specified object is equal to the current object

GetHashCode()

Compute hash code

Applies to