Enum AuthenticationHeaderStyle
The Authentication header style to use.
public enum AuthenticationHeaderStyle
Fields
Method = 1Generate a "Authorization" header as a method attribute.
None = 0Do not generate any "Authorization" header attributes.
Parameter = 2Generate a "Authorization" header as a method parameter attribute.