RecipientServiceModelSecurityTokenRequirement.MessageAuthenticationAuditLevel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the message authentication audit level.
public:
property System::ServiceModel::AuditLevel MessageAuthenticationAuditLevel { System::ServiceModel::AuditLevel get(); void set(System::ServiceModel::AuditLevel value); };
public System.ServiceModel.AuditLevel MessageAuthenticationAuditLevel { get; set; }
member this.MessageAuthenticationAuditLevel : System.ServiceModel.AuditLevel with get, set
Public Property MessageAuthenticationAuditLevel As AuditLevel
Property Value
The audit level of the message authentication.
Remarks
The AuditLevel is an enumeration with the following members:
Failure: Only failed security-related events are recorded.
None: No events are recorded.
Success: Only successful security-related events are recorded.
SuccessOrFailure: Both failed and successful security-related events are recorded.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET