다음을 통해 공유


WSManSessionFlags Enum

Definition

WSManSessionFlags enumeration.

[System.Runtime.InteropServices.TypeLibType(0)]
public enum WSManSessionFlags
[<System.Runtime.InteropServices.TypeLibType(0)>]
type WSManSessionFlags = 
Public Enum WSManSessionFlags
Inheritance
WSManSessionFlags
Attributes

Fields

WSManFlagAllowNegotiateImplicitCredentials 67108864

WSManFlagAllowNegotiateImplicitCredentials constant of _WSManSessionFlags enumeration.

Constant value is 67108864.

WSManFlagCredUserNamePassword 4096

WSManFlagCredUsernamePassword constant of _WSManSessionFlags enumeration.

Constant value is 4096.

WSManFlagEnableSpnServerPort 4194304

WSManFlagEnableSPNServerPort constant of _WSManSessionFlags enumeration.

Constant value is 4194304.

WSManFlagNoEncryption 1048576

WSManFlagNoEncryption constant of _WSManSessionFlags enumeration.

Constant value is 1048576.

WSManFlagSkipCACheck 8192

WSManFlagSkipCACheck constant of _WSManSessionFlags enumeration.

Constant value is 8192.

WSManFlagSkipCNCheck 16384

WSManFlagSkipCNCheck constant of _WSManSessionFlags enumeration.

Constant value is 16384.

WSManFlagSkipRevocationCheck 33554432

WSManFlagSkipRevocationCheck constant of _WSManSessionFlags enumeration.

Constant value is 33554432.

WSManFlagUseBasic 262144

WSManFlagUseBasic constant of _WSManSessionFlags enumeration.

Constant value is 262144.

WSManFlagUseClientCertificate 2097152

WSManFlagUseClientCertificate constant of _WSManSessionFlags enumeration.

Constant value is 2097152.

WSManFlagUseCredSsp 16777216

WSManFlagUseCredSsp constant of _WSManSessionFlags enumeration.

Constant value is 16777216.

WSManFlagUseDigest 65536

WSManFlagUseDigest constant of _WSManSessionFlags enumeration.

Constant value is 65536.

WSManFlagUseKerberos 524288

WSManFlagUseKerberos constant of _WSManSessionFlags enumeration.

Constant value is 524288.

WSManFlagUseNegotiate 131072

WSManFlagUseNegotiate constant of _WSManSessionFlags enumeration.

Constant value is 131072.

WSManFlagUseNoAuthentication 32768

WSManFlagUseNoAuthentication constant of _WSManSessionFlags enumeration.

Constant value is 32768.

WSManFlagUseSsl 134217728

WSManFlagUseSsl constant of _WSManSessionFlags enumeration.

Constant value is 134217728.

WSManFlagUtf16 8388608

WSManFlagUTF16 constant of _WSManSessionFlags enumeration.

Constant value is 8388608.

WSManFlagUtf8 1

WSManFlagUTF8 constant of _WSManSessionFlags enumeration.

Constant value is 1.

WSManNone 0

no flag constant of _WSManSessionFlags enumeration.

Constant value is 1.

Applies to