Пример #1
0
 private void WriteSidArray(NdrBinaryStream stream, IEnumerable <SecurityIdentifier> sids)
 {
     stream.WriteRids(sids);
 }