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:事件日志中的安全日志。