11 references to GetSecurityDescriptorBinaryForm
mscorlib (7)
microsoft\win32\registrykey.cs (1)
372
byte[] sd = registrySecurity.
GetSecurityDescriptorBinaryForm
();
system\io\directory.cs (1)
312
byte[] sd = dirSecurity.
GetSecurityDescriptorBinaryForm
();
system\io\filestream.cs (1)
1109
byte[] sd = fileSecurity.
GetSecurityDescriptorBinaryForm
();
system\io\longpath.cs (1)
546
byte[] sd = dirSecurity.
GetSecurityDescriptorBinaryForm
();
system\security\cryptography\utils.cs (1)
314
byte[] sd = cryptoKeySecurity.
GetSecurityDescriptorBinaryForm
();
system\threading\eventwaithandle.cs (1)
117
byte[] sd = eventSecurity.
GetSecurityDescriptorBinaryForm
();
system\threading\mutex.cs (1)
76
byte[] sd = mutexSecurity.
GetSecurityDescriptorBinaryForm
();
System (1)
sys\system\threading\semaphore.cs (1)
128
byte[] sd = semaphoreSecurity.
GetSecurityDescriptorBinaryForm
();
System.Core (2)
System\IO\MemoryMappedFiles\MemoryMappedFile.cs (1)
792
byte[] sd = memoryMappedFileSecurity.
GetSecurityDescriptorBinaryForm
();
System\IO\Pipes\PipeStream.cs (1)
1195
byte[] sd = pipeSecurity.
GetSecurityDescriptorBinaryForm
();
System.IO.Log (1)
System\IO\Log\LogStore.cs (1)
517
byte[] sd = fileSecurity.
GetSecurityDescriptorBinaryForm
();