2 references to AuditLogLocationProperty
System.ServiceModel (2)
System\ServiceModel\Security\Tokens\RecipientServiceModelSecurityTokenRequirement.cs (2)
43
return GetPropertyOrDefault<AuditLogLocation>(
AuditLogLocationProperty
, ServiceSecurityAuditBehavior.defaultAuditLogLocation);
47
this.Properties[
AuditLogLocationProperty
] = value;