AuthenticationSupportAttribute ClassNFX Class Library

[This is preliminary documentation and is subject to change.]

Indicates that contract supports authentication using AuthenticationHeader. When header is passed then Glue server will use its data to set user context through Application.SecurityManager. If this attribute not set then Glue runtime will ignore AuthenticationHeader
Inheritance Hierarchy

OnlineSystem Object
  OnlineSystem Attribute
    NFX.Glue AuthenticationSupportAttribute

Namespace: NFX.Glue
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

[AttributeUsageAttribute(AttributeTargets.Interface, AllowMultiple = false, 
	Inherited = false)]
public class AuthenticationSupportAttribute : Attribute
See Also