Back to Devexpress

AsyncDownloadPolicy.IsTrustedUri(Uri, AccessSettings) Method

corelibraries-devexpress-dot-data-dot-asyncdownloadpolicy-dot-istrusteduri-x28-system-dot-uri-devexpress-dot-security-dot-resources-dot-accesssettings-x29.md

latest1.6 KB
Original Source

AsyncDownloadPolicy.IsTrustedUri(Uri, AccessSettings) Method

Indicates whether the specified resource is trusted.

Namespace : DevExpress.Data

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public static bool IsTrustedUri(
    Uri uri,
    AccessSettings accessContext = null
)
vb
Public Shared Function IsTrustedUri(
    uri As Uri,
    accessContext As AccessSettings = Nothing
) As Boolean

Parameters

NameTypeDescription
uriUri

The resource.

|

Optional Parameters

NameTypeDefault
accessContextAccessSettingsnull

Returns

TypeDescription
Boolean

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

|

See Also

AsyncDownloadPolicy Class

AsyncDownloadPolicy Members

DevExpress.Data Namespace