RecipientServiceModelSecurityTokenRequirement.MessageAuthenticationAuditLevel Property

Definition

Gets or sets the message authentication audit level.

public:
 property System::ServiceModel::AuditLevel MessageAuthenticationAuditLevel { System::ServiceModel::AuditLevel get(); void set(System::ServiceModel::AuditLevel value); };
public System.ServiceModel.AuditLevel MessageAuthenticationAuditLevel { get; set; }
member this.MessageAuthenticationAuditLevel : System.ServiceModel.AuditLevel with get, set
Public Property MessageAuthenticationAuditLevel As AuditLevel

Property Value

The audit level of the message authentication.

Remarks

The AuditLevel 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.

Applies to