AuthenticationMechanism Enum

Definition

WSManEnumFlags enumeration

public enum AuthenticationMechanism
type AuthenticationMechanism = 
Public Enum AuthenticationMechanism
Inheritance
AuthenticationMechanism

Fields

Basic 8

Use basic authentication for a remote operation.

ClientCertificate 32

Use client certificate authentication for a remote operation.

Credssp 128

Use CredSSP authentication for a remote operation.

Default 1

Use Default authentication.

Digest 2

Use digest authentication for a remote operation.

Kerberos 16

Use kerberos authentication for a remote operation.

Negotiate 4

Use negotiate authentication for a remote operation (may use kerberos or ntlm)

None 0

Use no authentication.

Applies to