Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

OperationPermissionRequestBase.GetHashObject() Method

Returns the hash code of the current Permission Request.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

public abstract object GetHashObject()

Returns

Type Description
Object

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

Implements

See Also