ServiceModelSecurityTokenRequirement.MessageAuthenticationAuditLevelProperty プロパティ

定義

認証の結果を記録するときに使用する監査レベルを値とするトークン要件プロパティのキーを取得します (サービスのみ)。

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

プロパティ値

認証の結果を記録するときに使用する監査レベルの値を持つトークン要件プロパティのキーを取得します。

注釈

このキーに対応する値は AuditLevel 型であり、次のメンバーを持つ列挙型です。

  • Failure: 失敗したセキュリティ関連のイベントのみが記録されます。

  • None: イベントは記録されません。

  • Success: 成功したセキュリティ関連のイベントのみが記録されます。

  • SuccessOrFailure: 失敗したイベントと成功したセキュリティ関連のイベントの両方が記録されます。

適用対象

こちらもご覧ください