ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ReportServiceSettings Class / SecurityToken Property

In This Topic
    SecurityToken Property
    In This Topic
    Gets or sets the security token required to access the Web API securely.
    Syntax
    'Declaration
     
    Public Property SecurityToken As String
    public string SecurityToken {get; set;}

    Property Value

    The security token as a System.String used for authenticating requests to the API.
    See Also