Use this security ancestor provider for custom functions that
will be an element under the 'All Functions' section in the C1 console.
This provider assumes that the full name of the function, including namespace,
is stored in the Id property of the entity token.
Example:
entityToken.Id = "Composite.Forms.Renderer"
NOTE: That this might have changed if someone changes this in the provider code!
Namespace: Composite.FunctionsAssembly: Composite (in Composite.dll) Version: 6.1.6325.31818
Syntax
C# |
---|
public class StandardFunctionSecurityAncestorProvider : ISecurityAncestorProvider |
Visual Basic |
---|
Public Class StandardFunctionSecurityAncestorProvider _
Implements ISecurityAncestorProvider |
Visual C++ |
---|
public ref class StandardFunctionSecurityAncestorProvider : ISecurityAncestorProvider |
Inheritance Hierarchy
See Also