RecipientServiceModelSecurityTokenRequirement.AuditLogLocation プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
監査ログの場所を取得または設定します。
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 : イベント ログ内のセキュリティ ログ。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET