示例#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"));
        }