C# 클래스 Microsoft.Win32.RegistryAclExtensions

파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
GetAccessControl ( this key ) : System.Security.AccessControl.RegistrySecurity
GetAccessControl ( this key, System includeSections ) : System.Security.AccessControl.RegistrySecurity
SetAccessControl ( this key, System registrySecurity ) : void

메소드 상세

GetAccessControl() 공개 정적인 메소드

public static GetAccessControl ( this key ) : System.Security.AccessControl.RegistrySecurity
key this
리턴 System.Security.AccessControl.RegistrySecurity

GetAccessControl() 공개 정적인 메소드

public static GetAccessControl ( this key, System includeSections ) : System.Security.AccessControl.RegistrySecurity
key this
includeSections System
리턴 System.Security.AccessControl.RegistrySecurity

SetAccessControl() 공개 정적인 메소드

public static SetAccessControl ( this key, System registrySecurity ) : void
key this
registrySecurity System
리턴 void