Last updated: 2006-09-18
This website is based on NLog v1.0.
Click here to view the documentation
for other versions.
| ${identity} Layout Renderer Thread identity information (name and authentication information) | Assembly | Class | .NET Framework | .NET CF | Mono on Windows | Mono on Unix |
|---|
| 1.0 | 1.1 | 2.0 | 1.0 | 2.0 | 1.0 | 2.0 | 1.0 | 2.0 |
|---|
| NLog.dll | NLog.LayoutRenderers.IdentityLayoutRenderer |  |  |  |  |  |  |  |  |  |
Parameters:| Name | Type | Description |
|---|
| authType | boolean | | Render Thread.CurrentPrincipal.Identity.AuthenticationType. Default value is: True. |
| | fsNormalize | boolean | | When true the output of this renderer is modified so it can be used as a part of file path (illegal characters are replaced with '_') Default value is: False. |
| | isAuthenticated | boolean | | Render Thread.CurrentPrincipal.Identity.IsAuthenticated. Default value is: True. |
| | separator | string | | The separator to be used when concatenating parts of identity information. Default value is: :. |
| | culture | string | | The culture name to be used for rendering. |
| | cultureInfo | CultureInfo | | The CultureInfo to be used for rendering. |
| | fixedLength | boolean | | Trim the rendered text to the AbsolutePadding value. Default value is: False. |
| | lowerCase | boolean | | Render an upper-case string. Default value is: False. |
| | padCharacter | Char | | | padding | integer | | | upperCase | boolean | | Render an upper-case string. Default value is: False. |
|
Back to the layout renderer list. |
| Copyright © 2004-2006 by Jarosław Kowalski. |