예제 #1
0
        /// <summary>
        /// GetUIWarningThirdPartyLabel method implementation
        /// </summary>
        public override string GetUIWarningThirdPartyLabel(AuthenticationContext ctx)
        {
            ResourcesLocale Resources = new ResourcesLocale(ctx.Lcid);

            return(Resources.GetString(ResourcesLocaleKind.Html, "GLOBALWarnThirdParty"));
        }
예제 #2
0
        /// <summary>
        /// GetUIDefaultChoiceLabel method implementation
        /// </summary>
        public override string GetUIDefaultChoiceLabel(AuthenticationContext ctx)
        {
            ResourcesLocale Resources = new ResourcesLocale(ctx.Lcid);

            return(Resources.GetString(ResourcesLocaleKind.Html, "GLOBALListChoiceDefaultLabel"));
        }
예제 #3
0
        /// <summary>
        /// GetUIWarningInternetLabel method implmentation
        /// </summary>
        public override string GetUIWarningInternetLabel(AuthenticationContext ctx)
        {
            ResourcesLocale Resources = new ResourcesLocale(ctx.Lcid);

            return(Resources.GetString(ResourcesLocaleKind.Html, "GLOBALWarnOverNetwork"));
        }
예제 #4
0
        /// <summary>
        /// GetUIChoiceLabel method implementation
        /// </summary>
        public override string GetUIChoiceLabel(AuthenticationContext ctx, AvailableAuthenticationMethod method = null)
        {
            ResourcesLocale Resources = new ResourcesLocale(ctx.Lcid);

            return(Resources.GetString(ResourcesLocaleKind.Html, "BIOUIChoiceLabel"));
        }
예제 #5
0
        /// <summary>
        /// GetUIConfigLabel method implementation
        /// </summary>
        public override string GetUIConfigLabel(AuthenticationContext ctx)
        {
            ResourcesLocale Resources = new ResourcesLocale(ctx.Lcid);

            return(Resources.GetString(ResourcesLocaleKind.Html, "BIOUIConfigLabel"));
        }
예제 #6
0
        /// <summary>
        /// GetWizardLinkLabel method implementation
        /// </summary>
        public override string GetWizardLinkLabel(AuthenticationContext ctx)
        {
            ResourcesLocale Resources = new ResourcesLocale(ctx.Lcid);

            return(Resources.GetString(ResourcesLocaleKind.Html, "BIOWIZEnroll"));
        }
예제 #7
0
        /// <summary>
        /// GetWizardUIComment method implementation
        /// </summary>
        public override string GetWizardUIComment(AuthenticationContext ctx)
        {
            ResourcesLocale Resources = new ResourcesLocale(ctx.Lcid);

            return(Resources.GetString(ResourcesLocaleKind.Html, "BIOUIWIZComment"));
        }