Пример #1
0
 void IFile.SetAccessControl(string path, UnitWrappers.System.Security.AccessControl.IFileSecurity fileSecurity)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 IDirectoryInfo IDirectory.CreateDirectory(string path, UnitWrappers.System.Security.AccessControl.IDirectorySecurity directorySecurity)
 {
     throw new NotImplementedException();
 }
Пример #3
0
 FileStreamBase IFile.Create(string path, int bufferSize, FileOptions options, UnitWrappers.System.Security.AccessControl.IFileSecurity fileSecurity)
 {
     throw new NotImplementedException();
 }