EventLogConfiguration.SecurityDescriptor 속성

정의

이벤트 로그의 보안 설명자를 가져오거나 설정합니다. 보안 설명자는 이벤트 로그에서 읽고 쓸 수 있는 사용자 및 사용자 그룹을 정의합니다.

public:
 property System::String ^ SecurityDescriptor { System::String ^ get(); void set(System::String ^ value); };
public string SecurityDescriptor { get; set; }
member this.SecurityDescriptor : string with get, set
Public Property SecurityDescriptor As String

속성 값

이벤트 로그에 대한 보안 설명자를 포함하는 문자열입니다.

설명

이 속성의 값이 변경되면 메서드를 SaveChanges 호출하여 변경 내용을 저장합니다.

적용 대상

추가 정보