예제 #1
0
 public void SetSecurityDescriptorSddlForm(string sddlForm, AccessControlSections includeSections)
 {
     if (_v2Task != null)
     {
         _v2Task.SetSecurityDescriptor(sddlForm, (int)includeSections);
     }
     throw new NotV1SupportedException();
 }