コード例 #1
0
 public ACLNotFoundException(SecurityDescriptorType securityDescriptorType)
     : base(string.Format(EXCEPTION_MESSAGE, securityDescriptorType.ToString()))
 {
 }
コード例 #2
0
 public WindowsSecurityDescriptorDisassembler(SecurityDescriptorType securityDescriptorType)
 {
     this.SecurityDescriptorType = securityDescriptorType;
 }
コード例 #3
0
 public WindowsSecurityDescriptorDisassembler(SecurityDescriptorType securityDescriptorType)
 {
     this.SecurityDescriptorType = securityDescriptorType;
 }
コード例 #4
0
 public ACLNotFoundException(SecurityDescriptorType securityDescriptorType)
     : base(string.Format(EXCEPTION_MESSAGE, securityDescriptorType.ToString()))
 {
 }