Click or drag to resize
AuthenticationIframeModel Class
Represents the authentication iframe model.
Inheritance Hierarchy
SystemObject
  Kentico.Content.Web.Mvc.InternalAuthenticationIframeModel

Namespace: Kentico.Content.Web.Mvc.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public class AuthenticationIframeModel

The AuthenticationIframeModel type exposes the following members.

Constructors
  NameDescription
Public methodAuthenticationIframeModel
Top
Properties
  NameDescription
Public propertyAllowedHostnames
Gets all admin host names (domains without port and protocol) for all cultures that are available for the current site.
Public propertyAuthenticationEndpoint
Gets the authentication endpoint URL that validates the sign-in token and issues the MVC authentication cookie.
Top
See Also