Class IssuerScopeAttribute
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Method, AllowMultiple = false)]
public sealed class IssuerScopeAttribute : Attribute
- Inheritance
-
IssuerScopeAttribute
- Inherited Members
Constructors
IssuerScopeAttribute(CommandIssuers)
public IssuerScopeAttribute(CommandIssuers issuers)
Parameters
issuers
CommandIssuers
Properties
Issuers
public CommandIssuers Issuers { get; }