Skip to main content
All docs
V25.1
  • AsyncDownloadPolicy.IsTrustedUri(Uri, AccessSettings) Method

    Indicates whether the specified resource is trusted.

    Namespace: DevExpress.Data

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public static bool IsTrustedUri(
        Uri uri,
        AccessSettings accessContext = null
    )

    Parameters

    Name Type Description
    uri Uri

    The resource.

    Optional Parameters

    Name Type Default
    accessContext AccessSettings null

    Returns

    Type Description
    Boolean

    true if the specified resource is trusted; otherwise, false.

    See Also