- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for SID_TYPE_UNKNOWN (0.05 sec)
-
src/main/java/jcifs/SID.java
int SID_TYPE_DELETED = 6; /** * SID type indicating an invalid SID. */ int SID_TYPE_INVALID = 7; /** * SID type indicating an unknown account type. */ int SID_TYPE_UNKNOWN = 8; /** * Gets the domain SID for this SID. * * @return domain SID */ SID getDomainSid(); /** * Get the RID *
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 5.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/SambaHelper.java
/** * SID type for an invalid SID. */ public static final int SID_TYPE_INVALID = 7; /** * SID type for an unknown SID. */ public static final int SID_TYPE_UNKNOWN = 8; /** * SID type for a non-use SID. */ public static final int SID_TYPE_USE_NONE = 0; /** * SID type for a user. */ public static final int SID_TYPE_USER = 1;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 4.3K bytes - Viewed (0)