다음을 통해 공유


X509Name Class

 

Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2

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

Namespace:   System.Fabric
Assembly:  System.Fabric (in System.Fabric.dll)

Inheritance Hierarchy

System.Object
  System.Fabric.X509Name

Syntax

public class X509Name

Constructors

Name Description
System_CAPS_pubmethod X509Name(String, String)

Construct an X509Name object that identifies an X509 certificate

Properties

Name Description
System_CAPS_pubproperty IssuerCertThumbprint

Gets the certificate thumbprint to identify issuer

System_CAPS_pubproperty Name

Gets the subject common name or DNS name of X509 certificate

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

Determines whether the specified object is equal to the current object(Overrides Object.Equals(Object).)

System_CAPS_pubmethod Equals(X509Name)

Determines whether the specified object is equal to the current object

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

Compute hash code(Overrides Object.GetHashCode().)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

System.Fabric Namespace

Return to top