public StoredAceDebugInfo(StoredAce ace) { this.EntityId = ace.EntityId; this.IdentityId = ace.IdentityId; this.LocalOnly = ace.LocalOnly; this.AllowBits = ace.AllowBits; this.DenyBits = ace.DenyBits; this.StringView = ace.ToString(); }
public void AddInvalidAceMissingIdentity(StoredAce storedAce) { InvalidACE_MissingIdentity.Add(new StoredAceDebugInfo(storedAce)); }