Esempio n. 1
0
 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();
 }
Esempio n. 2
0
 public void AddInvalidAceMissingIdentity(StoredAce storedAce)
 {
     InvalidACE_MissingIdentity.Add(new StoredAceDebugInfo(storedAce));
 }