Trust all authenticated users in your realm and don't show CAPTCHA codes for them
Public Property TrustAuthenticatedUsers As Boolean
public bool TrustAuthenticatedUsers { get; set; }
public: __property bool get_TrustAuthenticatedUsers(); public: __property void set_TrustAuthenticatedUsers(bool );
public function get TrustAuthenticatedUsers() : bool public function set TrustAuthenticatedUsers(bool);