ServiceModelSecurityTokenRequirement.AuditLogLocationProperty プロパティ

定義

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

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

プロパティ値

トークン要件のプロパティ ディクショナリ内の AuditLogLocation のキー。

注釈

このプロパティ名に対応する値は、次のメンバーを持つ列挙型である AuditLogLocation型です。

  • Application: オペレーティング システムのイベント ログのアプリケーション ログ。

  • Default: オペレーティング システムによって決定される既定の場所。

  • Security: イベント ログのセキュリティ ログ。

適用対象

こちらもご覧ください