DOFRequestgetSecurityScope Method OpenDOF Object Access Library
Get the security scope of the request.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public abstract DOFSecurityScope getSecurityScope()

Return Value

Type: DOFSecurityScope
The security scope. Null for nonsecure operations.
Remarks

Get the security scope of the request.
See Also

Reference