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