Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the flag that determines whether there is packet privacy (encryption).
Namespace: Microsoft.Management.Infrastructure.Options
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
public bool NoEncryption { get; set; }
public:
property bool NoEncryption {
bool get();
void set(bool value);
}
member NoEncryption : bool with get, set
Public Property NoEncryption As Boolean
Property Value
Type: System.Boolean
true to skip encryption; otherwise false (which would protect against eavesdropping).
See Also
WSManSessionOptions Class
Microsoft.Management.Infrastructure.Options Namespace
Return to top