set_Secure()

Cookie::set_Secure(bool) method

Sets the ‘Secure’ attribute’s value.

void System::Net::Cookie::set_Secure(bool value)

Arguments

ParameterTypeDescription
valueboolThe value that must be set.

See Also