WSManSessionFlags Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
WSManSessionFlags enumeration.
[System.Runtime.InteropServices.TypeLibType(0)]
public enum WSManSessionFlags
[<System.Runtime.InteropServices.TypeLibType(0)>]
type WSManSessionFlags =
Public Enum WSManSessionFlags
- Inheritance
-
WSManSessionFlags
- Attributes
Fields
Name | Value | Description |
---|---|---|
WSManNone | 0 |
Constant value is 1. |
WSManFlagUtf8 | 1 |
Constant value is 1. |
WSManFlagCredUserNamePassword | 4096 |
Constant value is 4096. |
WSManFlagSkipCACheck | 8192 |
Constant value is 8192. |
WSManFlagSkipCNCheck | 16384 |
Constant value is 16384. |
WSManFlagUseNoAuthentication | 32768 |
Constant value is 32768. |
WSManFlagUseDigest | 65536 |
Constant value is 65536. |
WSManFlagUseNegotiate | 131072 |
Constant value is 131072. |
WSManFlagUseBasic | 262144 |
Constant value is 262144. |
WSManFlagUseKerberos | 524288 |
Constant value is 524288. |
WSManFlagNoEncryption | 1048576 |
Constant value is 1048576. |
WSManFlagUseClientCertificate | 2097152 |
Constant value is 2097152. |
WSManFlagEnableSpnServerPort | 4194304 |
Constant value is 4194304. |
WSManFlagUtf16 | 8388608 |
Constant value is 8388608. |
WSManFlagUseCredSsp | 16777216 |
Constant value is 16777216. |
WSManFlagSkipRevocationCheck | 33554432 |
Constant value is 33554432. |
WSManFlagAllowNegotiateImplicitCredentials | 67108864 |
Constant value is 67108864. |
WSManFlagUseSsl | 134217728 |
Constant value is 134217728. |