次の方法で共有


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

プロパティ値

トークン要件の Properties ディクショナリ内の AuditLogLocation のキー。

注釈

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

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

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

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

適用対象

こちらもご覧ください