adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / Describe Class / GetSecurityPermissionName Method / GetSecurityPermissionName(Int32,String) Method
The permission. Permissions are defined in SecurityPermission
The key name (from ArcanaDevelopment.adTempus.Client.ObjectBase.ClassKeyName) of the secured class. For some permissions, the display name may be different depending on the class.


In This Topic
    GetSecurityPermissionName(Int32,String) Method
    In This Topic
    Gets the name of a security permission.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function GetSecurityPermissionName( _
       ByVal permission As Integer, _
       Optional ByVal classKeyName As String _
    ) As String
    public static string GetSecurityPermissionName( 
       int permission,
       string classKeyName
    )
    public:
    static String^ GetSecurityPermissionName( 
       int permission,
       String^ classKeyName
    ) 

    Parameters

    permission
    The permission. Permissions are defined in SecurityPermission
    classKeyName
    The key name (from ArcanaDevelopment.adTempus.Client.ObjectBase.ClassKeyName) of the secured class. For some permissions, the display name may be different depending on the class.

    Return Value

    The display name for the permission. If no display name is defined for the value, returns the permission value formatted as a hex string.
    See Also