DComSessionOptions Class
Represents options of a CIM session that uses DCOM as the transport protocol.
Namespace: Microsoft.Management.Infrastructure.Options
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Inheritance Hierarchy
System.Object
Microsoft.Management.Infrastructure.Options.CimSessionOptions
Microsoft.Management.Infrastructure.Options.DComSessionOptions
Syntax
public class DComSessionOptions : CimSessionOptions
public ref class DComSessionOptions : CimSessionOptions
type DComSessionOptions =
class
inherit CimSessionOptions
end
Public Class DComSessionOptions
Inherits CimSessionOptions
Constructors
Name | Description | |
---|---|---|
![]() |
DComSessionOptions() | Creates and initializes a new instance of DComSessionOptions using DCOM as the protocol for the CIM session options. |
![]() |
DComSessionOptions(DComSessionOptions) | Creates and initializes a new instance of DComSessionOptions by making a detailed clone of an existing object. |
Properties
Name | Description | |
---|---|---|
![]() |
Culture | Gets or sets the data culture.(Inherited from CimSessionOptions.) |
![]() |
Impersonation | Gets or sets the impersonation value. |
![]() |
PacketIntegrity | Gets or sets the packet integrity (signing) of the connection. |
![]() |
PacketPrivacy | Gets or sets packet privacy (encryption). |
![]() |
Timeout | Gets or sets the timeout interval value.(Inherited from CimSessionOptions.) |
![]() |
UICulture | Gets or sets the UI culture.(Inherited from CimSessionOptions.) |
Methods
Name | Description | |
---|---|---|
![]() |
AddDestinationCredentials(CimCredential) | Adds a destination credential.(Inherited from CimSessionOptions.) |
![]() |
Dispose() | Releases resources associated with this object.(Inherited from CimSessionOptions.) |
![]() |
Dispose(Boolean) | Releases resources associated with this object.(Inherited from CimSessionOptions.) |
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
SetCustomOption(String, String) | Sets a custom option to a string value.(Inherited from CimSessionOptions.) |
![]() |
SetCustomOption(String, UInt32) | Sets a custom option to an integer value.(Inherited from CimSessionOptions.) |
![]() |
ToString() | (Inherited from Object.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
ICloneable.Clone() | Creates a new object that is a copy of the current instance.(Inherited from CimSessionOptions.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Management.Infrastructure.Options Namespace
Return to top