Пример #1
0
 internal static bool IsMsaAccount(this SecurityIdentifier sid)
 {
     return(sid.GetIdentifierAuthority() == 11);
 }