This method of the IWriteCookie interface sets the Secure attribute of the write-only Cookies collection to the specified value.
public abstract void putSecure(Boolean fSecure);
fSecure | [in] A Boolean that contains the new value for the Secure attribute. |