2 references to MessageAuthenticationAuditLevelProperty
System.ServiceModel (2)
System\ServiceModel\Security\Tokens\RecipientServiceModelSecurityTokenRequirement.cs (2)
67
return GetPropertyOrDefault<AuditLevel>(
MessageAuthenticationAuditLevelProperty
, ServiceSecurityAuditBehavior.defaultMessageAuthenticationAuditLevel);
71
this.Properties[
MessageAuthenticationAuditLevelProperty
] = value;