Skip to content

AspNet Request TLS Token Bindng Layout Renderer

Rolf Kristensen edited this page Jul 24, 2022 · 2 revisions

ASP.NET TLS Token Bindings for Provider and Referrer

Platforms Supported: Limited (Only supported in Asp.NetCore)

Introduced with NLog.Web.AspNetCore v5.1.0

Configuration Syntax

${aspnet-request-tls-token-binding:property=provider}

Options

  • Property - Tls Token Binding Source
    • Provider - Tls Token Binding for Provider
    • Referrer - Tls Token Binding for Referrer
  • Format - Tls Token Binding Format
    • Base64 - Emit the byte array using Convert.ToBase64(byte[])
    • Hex - Emit the byte array using BitConverter.ToString(byte[])
Clone this wiki locally