X509Name Constructor (String, String)
Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2
Construct an X509Name object that identifies an X509 certificate
Namespace: System.Fabric
Assembly: System.Fabric (in System.Fabric.dll)
Syntax
public X509Name(
string name,
string issuerCertThumbprint
)
Parameters
name
Type: System.StringSubject common name or DNS name of X509 certificate
issuerCertThumbprint
Type: System.StringCertificate thumbprint to identify issuer
See Also
X509Name Class
System.Fabric Namespace
Return to top