次の方法で共有


RecipientServiceModelSecurityTokenRequirement.AuditLogLocation プロパティ

定義

監査ログの場所を取得または設定します。

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

プロパティ値

監査ログの場所。

注釈

AuditLogLocation は、次のメンバーを持つ列挙体です。

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

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

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

適用対象