ServiceModelSecurityTokenRequirement.AuditLogLocationProperty Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the token requirement property name whose value is the location of the audit log to use when recording the results of the authentication (service only).
public:
static property System::String ^ AuditLogLocationProperty { System::String ^ get(); };
public static string AuditLogLocationProperty { get; }
static member AuditLogLocationProperty : string
Public Shared ReadOnly Property AuditLogLocationProperty As String
Property Value
The key for the AuditLogLocation in the token requirement's Properties dictionary.
Remarks
The value that corresponds to this property name is of type AuditLogLocation, which is an enumeration with the following members:
Application: The Application log in the operating system Event Log.
Default: The default location, which is determined by the operating system.
Security: The Security log in the Event Log.