CimCredential Class
Represents a CIM credential.
Namespace: Microsoft.Management.Infrastructure.Options
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Inheritance Hierarchy
System.Object
Microsoft.Management.Infrastructure.Options.CimCredential
Syntax
public class CimCredential
public ref class CimCredential
type CimCredential = class end
Public Class CimCredential
Constructors
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. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Management.Infrastructure.Options Namespace
Return to top