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 | |
---|---|---|
X509Name(String, String) | Construct an X509Name object that identifies an X509 certificate |
Properties
Name | Description | |
---|---|---|
IssuerCertThumbprint | Gets the certificate thumbprint to identify issuer |
|
Name | Gets the subject common name or DNS name of X509 certificate |
Methods
Name | Description | |
---|---|---|
Equals(Object) | Determines whether the specified object is equal to the current object(Overrides Object.Equals(Object).) |
|
Equals(X509Name) | Determines whether the specified object is equal to the current object |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | Compute hash code(Overrides Object.GetHashCode().) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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
Return to top