ServiceModelSecurityTokenRequirement.AuditLogLocationProperty Property

Definition

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.

Applies to

See also