Example #1
0
        public static AuthenticatorRegion Factory(RegionCode regionType)
        {
            if (regionType == RegionCode.NorthAmerica || regionType == RegionCode.Europe)
            {
                AuthenticatorRegion region = new AuthenticatorRegion();
                region.RegionType = regionType;

                return(region);
            }

            return(null);
        }
Example #2
0
        public static AuthenticatorRegion Factory(RegionCode regionType)
        {
            if (regionType == RegionCode.NorthAmerica || regionType == RegionCode.Europe)
            {
                AuthenticatorRegion region = new AuthenticatorRegion();
                region.RegionType = regionType;

                return region;
            }

            return null;
        }