Gets and sets the maximum number of authentication attempts 
          permitted. 
         
        Syntax
        
          object.AuthFail [= attempts ] 
         
        Remarks
        
          The AuthFail property value specifies the maximum number of user 
          authentication attempts that are permitted until the server terminates 
          the client connection. A value of zero specifies that the default 
          configuration limit of 3 authentication attempts per login should be 
          allowed. The maximum number of authentication attempts is 10. 
         
        Data Type
        
          Integer (Int32) 
         
        See Also
        
          
            AuthTime Property, 
            AddUser Method,
            Authenticate Method,
            OnAuthenticate Event
           
         
       |