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.
Specifies the impersonated authentication mechanism of a CIM session.
Namespace: Microsoft.Management.Infrastructure.Options
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
public enum ImpersonatedAuthenticationMechanism
public enum class ImpersonatedAuthenticationMechanism
type ImpersonatedAuthenticationMechanism
Public Enumeration ImpersonatedAuthenticationMechanism
Members
Member name | Description | |
---|---|---|
Kerberos | Kerberos authentication. User name and password are optional. For more information, see the Kerberos value in PasswordAuthenticationMechanism. |
|
Negotiate | Simple and Protected GSSAPI Negotiation (SPNEGO) authentication. |
|
None | Do not authenticate. Note that most servers require some kind of authentication. |
|
NtlmDomain | NTLM authentication mechanism. User name and password are optional. For more information, see the NtlmDomain value in PasswordAuthenticationMechanism. |
See Also
Microsoft.Management.Infrastructure.Options Namespace
Return to top