TcpServerIntegratedSecurity Property
Gets or sets a boolean value that indicates whether the client Windows account credentials are used for authentication.
Namespace: Gemstone.CommunicationAssembly: Gemstone.Communication (in Gemstone.Communication.dll) Version: 1.0.128 -- Release Build+c4e32e80ee4b39b519c6e4a0a25ff9269b8be666
public bool IntegratedSecurity { get; set; }
Public Property IntegratedSecurity As Boolean
Get
Set
public:
property bool IntegratedSecurity {
bool get ();
void set (bool value);
}
function get_IntegratedSecurity();
function set_IntegratedSecurity(value);
Property Value
Boolean
This option is ignored under Mono deployments.