7 references to GetSecurityDescriptorBinaryForm
Microsoft.Win32.Registry (1)
Microsoft\Win32\RegistryKey.cs (1)
218
byte[]? securityDescriptor = registrySecurity?.
GetSecurityDescriptorBinaryForm
();
System.DirectoryServices (1)
System\DirectoryServices\DirectoryEntry.cs (1)
1141
sDValue.OctetString = _objectSecurity.
GetSecurityDescriptorBinaryForm
();
System.IO.FileSystem.AccessControl (2)
System\IO\FileSystemAclExtensions.cs (2)
111
FileSystem.CreateDirectory(directoryInfo.FullName, directorySecurity.
GetSecurityDescriptorBinaryForm
());
276
fixed (byte* pSecurityDescriptor = security.
GetSecurityDescriptorBinaryForm
())
System.Threading.AccessControl (3)
System\Threading\EventWaitHandleAcl.cs (1)
47
fixed (byte* pSecurityDescriptor = eventSecurity.
GetSecurityDescriptorBinaryForm
())
System\Threading\MutexAcl.cs (1)
32
fixed (byte* pSecurityDescriptor = mutexSecurity.
GetSecurityDescriptorBinaryForm
())
System\Threading\SemaphoreAcl.cs (1)
49
fixed (byte* pSecurityDescriptor = semaphoreSecurity.
GetSecurityDescriptorBinaryForm
())