Class ApiAuthenticationRequirementAttribute
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Method)]
public class ApiAuthenticationRequirementAttribute : Attribute
- Inheritance
-
ApiAuthenticationRequirementAttribute
- Inherited Members
- Extension Methods
Constructors
ApiAuthenticationRequirementAttribute(ApiAuthenticationType)
public ApiAuthenticationRequirementAttribute(ApiAuthenticationType type)
Parameters
Properties
Type
public ApiAuthenticationType Type { get; set; }