Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for th (0.2 sec)

  1. src/main/java/jcifs/SID.java

         * Returns the type of this SID indicating the state or type of account.
         * <p>
         * SID types are described in the following table.
         * <table summary="Type codes">
         * <tr>
         * <th>Type</th>
         * <th>Name</th>
         * </tr>
         * <tr>
         * <td>SID_TYPE_USE_NONE</td>
         * <td>0</td>
         * </tr>
         * <tr>
         * <td>SID_TYPE_USER</td>
         * <td>User</td>
         * </tr>
         * <tr>
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Jul 01 13:12:10 GMT 2018
    - 5.1K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb1/smb1/SID.java

        }
    
        /**
         * Returns the type of this SID indicating the state or type of account.
         * <p>
         * SID types are described in the following table.
         * <tt>
         * <table>
         * <tr><th>Type</th><th>Name</th></tr>
         * <tr><td>SID_TYPE_USE_NONE</td><td>0</td></tr>
         * <tr><td>SID_TYPE_USER</td><td>User</td></tr>
         * <tr><td>SID_TYPE_DOM_GRP</td><td>Domain group</td></tr>
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Fri Mar 22 21:10:40 GMT 2019
    - 26.6K bytes
    - Viewed (0)
Back to top