Click or drag to resize

IdentityLayoutRenderer Properties

The IdentityLayoutRenderer type exposes the following members.

Properties
  NameDescription
Public propertyAuthType
Gets or sets a value indicating whether to render Thread.CurrentPrincipal.Identity.AuthenticationType.
Public propertyIsAuthenticated
Gets or sets a value indicating whether to render Thread.CurrentPrincipal.Identity.IsAuthenticated.
Protected propertyLoggingConfiguration
Gets the logging configuration this target is part of.
(Inherited from LayoutRenderer.)
Public propertyName
Gets or sets a value indicating whether to render Thread.CurrentPrincipal.Identity.Name.
Public propertySeparator
Gets or sets the separator to be used when concatenating parts of identity information.
Protected propertyValueFormatter
Value formatter
(Inherited from LayoutRenderer.)
Top
See Also