This documentation is archived and is not being maintained.

EventLogConfiguration::SecurityDescriptor Property

Gets or sets the security descriptor of the event log. The security descriptor defines the users and groups of users that can read and write to the event log.

Namespace:  System.Diagnostics.Eventing.Reader
Assembly:  System.Core (in System.Core.dll)

public:
property String^ SecurityDescriptor {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
Returns a string that contains the security descriptor for the event log.

If the value of this property is changed, call the SaveChanges method to save the changes.

Windows 7, Windows Vista, Windows Server 2008 R2, Windows Server 2008

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5
Show: