Class RequireScopeAttribute
Declares the scope required to call this method.
[AttributeUsage(AttributeTargets.Method)]
public class RequireScopeAttribute : Attribute
- Inheritance
-
RequireScopeAttribute
- Inherited Members
Constructors
RequireScopeAttribute(string)
public RequireScopeAttribute(string scope)
Parameters
scopestring
Properties
Scope
public string Scope { get; }