WSManSessionOptions Class
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.
public ref class WSManSessionOptions : Microsoft::Management::Infrastructure::Options::CimSessionOptions
[Windows::Foundation::Metadata::WebHostHidden]
class WSManSessionOptions : Microsoft::Management::Infrastructure::Options::CimSessionOptions
public class WSManSessionOptions : Microsoft.Management.Infrastructure.Options.CimSessionOptions
type WSManSessionOptions = class
inherit CimSessionOptions
Public Class WSManSessionOptions
Inherits CimSessionOptions
- Inheritance
Constructors
WSManSessionOptions() | |
WSManSessionOptions(WSManSessionOptions) |
Properties
CertCACheck | |
CertCNCheck | |
CertRevocationCheck | |
Culture | (Inherited from CimSessionOptions) |
DestinationPort | |
EncodePortInServicePrincipalName | |
HttpUrlPrefix | |
MaxEnvelopeSize | |
NoEncryption | |
PacketEncoding | |
ProxyType | |
Timeout | (Inherited from CimSessionOptions) |
UICulture | (Inherited from CimSessionOptions) |
UseSsl |
Methods
AddDestinationCredentials(CimCredential) | (Inherited from CimSessionOptions) |
AddProxyCredentials(CimCredential) | |
Dispose() | (Inherited from CimSessionOptions) |
Dispose(Boolean) | (Inherited from CimSessionOptions) |
SetCustomOption(String, String) | (Inherited from CimSessionOptions) |
SetCustomOption(String, UInt32) | (Inherited from CimSessionOptions) |
Explicit Interface Implementations
ICloneable.Clone() | (Inherited from CimSessionOptions) |