2019. 10. 18. 16:53ㆍIT-개발/winapi 및 MFC
SDDL(Security Descriptor Definition Language)
https://docs.microsoft.com/ko-kr/windows/win32/secauthz/security-descriptor-definition-language
Security Descriptor Definition Language - Windows applications
Security Descriptor Definition Language In this article --> The security descriptor definition language (SDDL) defines the string format that the ConvertSecurityDescriptorToStringSecurityDescriptor and ConvertStringSecurityDescriptorToSecurityDescriptor fu
docs.microsoft.com
https://docs.microsoft.com/ko-kr/windows/win32/secauthz/sid-strings
SID Strings - Windows applications
SID Strings In this article --> In the security descriptor definition language (SDDL), security descriptor string use SID strings for the following components of a security descriptor: Owner Primary group The trustee in an ACE A SID string in a security de
docs.microsoft.com
ConvertStringSecurityDescriptorToSecurityDescriptorA function (sddl.h)
Converts a string-format security descriptor into a valid, functional security descriptor.
docs.microsoft.com
The Security Descriptor Definition Language of Love (Part 1)
blogs.technet.microsoft.com
The Security Descriptor Definition Language of Love (Part 2)
blogs.technet.microsoft.com
정리해놓음~
'IT-개발 > winapi 및 MFC' 카테고리의 다른 글
(펌) Modeless dialog 동적 생성 후 삭제시 메모리 해제 문제 (0) | 2020.06.09 |
---|---|
CreateProcess / shellExecute 차이 및 설명 정리 (펌) (0) | 2019.10.23 |
System Call Table (0) | 2019.10.17 |
[C/C++] 프로세스의 파일 전체 경로 구하기~ (펌) (0) | 2019.10.17 |
[pipe] CreateProcess와 CreatePipe를 이용한 콘솔프로그램 입출력 제어 (펌) (0) | 2019.10.08 |