Skip to main content
.NET 6.0+

OperationPermissionRequestBase.GetHashObject() Method

Returns the hash code of the current Permission Request.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public abstract object GetHashObject()

Returns

Type Description
Object

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

Implements

See Also