putSecure

This method of the IWriteCookie interface sets the Secure attribute of the write-only Cookies collection to the specified value.

Syntax

public abstract void putSecure(Boolean fSecure);

Parameters

fSecure [in] A Boolean that contains the new value for the Secure attribute.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.