CimCredential Constructor
Creates and initializes a new instance of the CimCredential class.
Namespace: Microsoft.Management.Infrastructure.Options
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Overload List
Name | Description | |
---|---|---|
CimCredential(CertificateAuthenticationMechanism, String) | Creates and initializes a new instance of the CimCredential class based on a certificate authentication mechanism and a certificate thumbprint. |
|
CimCredential(ImpersonatedAuthenticationMechanism) | Creates and initializes a new instance of the CimCredential class based on an impersonated authentication mechanism. |
|
CimCredential(PasswordAuthenticationMechanism, String, String, SecureString) | Creates and initializes a new instance of the CimCredential class based on a password authentication mechanism, domain, username, and password. |
|
CimCredential(String) | Creates and initializes a new instance of the CimCredential class based on an authentication mechanism. |
|
CimCredential(String, String) | Creates and initializes a new instance of the CimCredential class based on an authentication mechanism and a certificate thumbprint. |
|
CimCredential(String, String, String, SecureString) | Creates and initializes a new instance of the CimCredential class based on an authentication mechanism, domain, username, and password. |
See Also
CimCredential Class
Microsoft.Management.Infrastructure.Options Namespace
Return to top