1 write to messageAuthenticationAuditLevel
System.ServiceModel (1)
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (1)
332
this.
messageAuthenticationAuditLevel
= value;
3 references to messageAuthenticationAuditLevel
System.ServiceModel (3)
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (3)
327
return this.
messageAuthenticationAuditLevel
;
820
if (AuditLevel.Success == (this.
messageAuthenticationAuditLevel
& AuditLevel.Success))
839
if (AuditLevel.Failure == (this.
messageAuthenticationAuditLevel
& AuditLevel.Failure))