Skip to main content
.NET 6.0+

ModelOperationPermissionRequest.GetHashObject() Method

Returns the hash code of the current Permission Request.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.v24.1.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public object GetHashObject()

Returns

Type Description
Object

An object which is the hash of the current Permission Request.

Implements

See Also