Programming Reference Manual
 
Syntax
 
object.Secure
 
Description
Indicates whether the request was sent over the secure or nonsecure connection.
 
Part
Description
object
Evaluates to a ParentRequest object
 

Data Type

Boolean

Remarks

Read-only.
This property specifies if a request was made through a secure (SSL,TLS, or PCT) connection.
 
See Also