ClientCertificateCommonName Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Client certificate details using common name
public class ClientCertificateCommonName
type ClientCertificateCommonName = class
Public Class ClientCertificateCommonName
- Inheritance
-
System.ObjectClientCertificateCommonName
Constructors
ClientCertificateCommonName() |
Initializes a new instance of the ClientCertificateCommonName class. |
ClientCertificateCommonName(Boolean, String, String) |
Initializes a new instance of the ClientCertificateCommonName class. |
Properties
CertificateCommonName |
Gets or sets certificate common name to be granted access; be carefull using wild card common names |
CertificateIssuerThumbprint |
Gets or sets certificate issuer thumbprint |
IsAdmin |
Gets or sets is this certificate used for admin access from the client, if false , it is used or query only access |
Methods
Validate() |
Validate the object. |