Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates and initializes a new instance of the CimCredential class based on a certificate authentication mechanism and a certificate thumbprint.
Namespace:   Microsoft.Management.Infrastructure.Options
Assembly:  Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
public CimCredential(
    CertificateAuthenticationMechanism authenticationMechanism,
    string certificateThumbprint
)
public:
CimCredential(
    CertificateAuthenticationMechanism authenticationMechanism,
    String^ certificateThumbprint
)
new : 
        authenticationMechanism:CertificateAuthenticationMechanism *
        certificateThumbprint:string -> CimCredential
Public Sub New (
    authenticationMechanism As CertificateAuthenticationMechanism,
    certificateThumbprint As String
)
Parameters
- authenticationMechanism 
 Type: Microsoft.Management.Infrastructure.Options.CertificateAuthenticationMechanism- The certificate authentication mechanism. 
- certificateThumbprint 
 Type: System.String- The certificate thumbprint. 
See Also
CimCredential Overload
CimCredential Class
Microsoft.Management.Infrastructure.Options Namespace
Return to top