CimCredential Constructor (CertificateAuthenticationMechanism, String)
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.CertificateAuthenticationMechanismThe certificate authentication mechanism.
certificateThumbprint
Type: System.StringThe certificate thumbprint.
See Also
CimCredential Overload
CimCredential Class
Microsoft.Management.Infrastructure.Options Namespace
Return to top