Class SecurityType
Specifies the Security type for the report.
Inheritance
Namespace: BoldReports.UI.Xaml
Assembly: BoldReports.UWP.dll
Syntax
public sealed class SecurityType : Enum
Fields
DataBase
Represents the use of the database's native security.
Declaration
public const SecurityType DataBase
Field Value
| Type | Description |
|---|---|
| SecurityType | Utilizes the built-in security features provided by the database system for authentication. |
Integrated
Represents the use of Integrated security.
Declaration
public const SecurityType Integrated
Field Value
| Type | Description |
|---|---|
| SecurityType | This option uses the authentication context of the executing process to authenticate against the resource. |
None
Represents the use of no security.
Declaration
public const SecurityType None
Field Value
| Type | Description |
|---|---|
| SecurityType | Select this option when no authentication mechanism is required. |
Unknown
Represents that the value defined in the report will be assigned.
Declaration
public const SecurityType Unknown
Field Value
| Type | Description |
|---|---|
| SecurityType | This value indicates that the security type is not explicitly defined and will depend on the report's configuration. |
value__
Declaration
public int value__
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Windows
Represents the use of Windows Authentication.
Declaration
public const SecurityType Windows
Field Value
| Type | Description |
|---|---|
| SecurityType | Uses Windows credentials to authenticate users, relying on the operating system for verification. |