Compartilhar via


DComSessionOptions.PacketIntegrity Property

 

Gets or sets the packet integrity (signing) of the connection.

Namespace:   Microsoft.Management.Infrastructure.Options
Assembly:  Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)

Syntax

public bool PacketIntegrity { get; set; }
public:
property bool PacketIntegrity {
    bool get();
    void set(bool value);
}
member PacketIntegrity : bool with get, set
Public Property PacketIntegrity As Boolean

Property Value

Type: System.Boolean

True to use packet integrity (protection against tampering); otherwise False.

See Also

DComSessionOptions Class
Microsoft.Management.Infrastructure.Options Namespace

Return to top