CimCredential Constructor (String, String)
Creates and initializes a new instance of the CimCredential class based on an authentication mechanism and a certificate thumbprint.
Namespace: Microsoft.Management.Infrastructure.Options
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
public CimCredential(
string authenticationMechanism,
string certificateThumbprint
)
public:
CimCredential(
String^ authenticationMechanism,
String^ certificateThumbprint
)
new :
authenticationMechanism:string *
certificateThumbprint:string -> CimCredential
Public Sub New (
authenticationMechanism As String,
certificateThumbprint As String
)
Parameters
authenticationMechanism
Type: System.StringThe authentication mechanism.
certificateThumbprint
Type: System.StringThe certificate thumbprint.
See Also
CimCredential Overload
CimCredential Class
Microsoft.Management.Infrastructure.Options Namespace
Return to top