diff options
Diffstat (limited to 'sid.mli')
-rw-r--r-- | sid.mli | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ (* SPDX-License-Identifier: LGPL-3.0-only WITH OCaml-LGPL-linking-exception *) +(** Security identifiers. + + {e Sid} implements the “Security Identifier” data type commonly used + on the Microsoft Windows platform. When processing input, it tries to + adhere as closely to the specification as possible. + + @see <https://msdn.microsoft.com/en-us/library/cc230371.aspx> the relevant + section in the {e [MS-DTYP]} compilation of types. *) + type t type sub_auths = Stdint.Uint32.t array |