Click or drag to resize

TcpClientIntegratedSecurity Property

Gets or sets a boolean value that indicates whether the current Windows account credentials are used for authentication.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
[DefaultValueAttribute(false)]
public bool IntegratedSecurity { get; set; }
View Source

Property Value

Boolean
Remarks
This option is ignored under Mono deployments.
See Also