ServiceModelSecurityTokenRequirement.MessageAuthenticationAuditLevelProperty 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 key for the token requirement property whose value is the audit level to use when recording the results of the authentication (service only).
public:
static property System::String ^ MessageAuthenticationAuditLevelProperty { System::String ^ get(); };
public static string MessageAuthenticationAuditLevelProperty { get; }
static member MessageAuthenticationAuditLevelProperty : string
Public Shared ReadOnly Property MessageAuthenticationAuditLevelProperty As String
Property Value
Gets the key for the token requirement property whose value is the audit level to use when recording the results of the authentication.
Remarks
The value that corresponds to this key is of type AuditLevel, which is an enumeration with the following members:
Failure: Only failed security-related events are recorded.
None: No events are recorded.
Success: Only successful security-related events are recorded.
SuccessOrFailure: Both failed and successful security-related events are recorded.